Code Monkey home page Code Monkey logo

coding-challenge-devops's Introduction

Brickblock Coding Challenge - DevOps

The Goal

Your task is to set up a Kubernetes cluster and deploy a REST API and a frontend that consumes the REST API into it.

The Process

  1. Set up a Kubernetes cluster. However you like. We're leaving this purposefully open for you to do your own research on how you want to go about it. You can roll your own cluster using, for example, kops or you can leverage existing cluster services such as AWS EKS or Google Cloud's Kubernetes Engine. Or you can go really deep and do it the hard way by manually bootstrapping it.
  2. When you have a running cluster, deploy an API of your choice and a frontend application of your choice that consumes the API into the cluster. This can be a handwritten hello world application or any other ready-made docker images.
  3. Document how to access and use the applications you deployed
  4. Let us know you're ready to review by sending us documentation and access to the cluster via email to [email protected]

Acceptance Criteria

  • Your Kubernetes cluster is up and running
  • Your frontend application is running and accessible under a domain of your choice
  • The frontend displays data from the API
  • The code you've written to create the cluster and deploy the applications is accessible, for example in a GitHub repo

Bonus Round (not required, but nice-to-have)

  • Your application is available via SSL
  • Automate the cluster setup, e.g. through shell scripts or terraform etc.
  • Your application is auto-scaling. Meaning when you put load on it (via Apache Workbench for example) it automatically auto-scales horizontally by adding more pods
  • Your API is hooked up to a database (can be inside the cluster or outside)
  • You have isolated staging and production environments for your application

How we're evaluating the result

Prioritised from most important to least important, here are our evaluation criteria:

  1. Feature Completeness: Does your cluster fulfil all acceptance criteria?
  2. Code Quality: If you've written any code to achieve the task, is the code clean, well-structured and easy to understand?
  3. Documentation: How good is the documentation?
  4. The extra mile: Did you hit any bonus goals?

You do not need to hit all points, but obviously, the more the better :)

coding-challenge-devops's People

Watchers

James Cloos avatar Barath Kumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.