Coder Social home page Coder Social logo

stairwell-takehome's Introduction

Stairwell Kubernetes Takehome

If you're reading this, you probably like Kubernetes. Or not. I don't know; I'm just a README file. This repository contains starter code for two servers. In a nutshell, your goal is to deploy them and make them talk to each other.

The first server is in the entrypoint folder. You can think of it as a user-facing API server. It should be on Kubernetes and available to the public Internet. It has the second server as a dependency.

The second server is in the generator folder. You can think of it as a backend server with high compute requirements. Since cloud costs (in this hypothetical scenario) can get expensive, we DO NOT want this on Kubernetes.

Prerequisites

There are a couple of dependencies that you'll need:

  • python
  • go
  • docker
  • kubectl

This takehome assumes working knowledge over all of these.

Requirements

There are many ways to solve this takehome. The actual code and implementation matters less than the end behavior. Here are the specific conditions we require:

  1. The entrypoint server must be deployed to Kubernetes.
  2. The entrypoint server must be publicly reachable.
  3. The generator server must NOT be deployed to Kubernetes.
  4. The generator server must NOT be publicly reachable.
  5. The entrypoint server must be able to reach the generator server.

You will be expected to demo this and show that it works.

Other Pro Tips

  • When developing with Kubernetes, you can use minikube or some local single-node cluster. At least that's what I did when creating this takehome challenge.
  • Feel free to modify any of the code as necessary. The solution is not meant to be prescriptive in any way.
  • Reach out if you have questions. This is meant to be a collaborative challenge, not some form of medieval torture.

stairwell-takehome's People

Contributors

mrpickles avatar dirrk 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.