cotterpl / kube-training

Kubernetes training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Basics

Contains materials for Kubernetes basics training

Prerequisites:

To prepare your environment for training please follow instructions at Environment Setup.

Training contents:

Assignment

Setup and configure Kubernetes cluster so that myapp endpoints:

  • POST /guests - saves last guest
  • GET /guests - returns last guest saved with POST /guests

There is no need to modify application code or it's docker image. However you need to install Redis wihin cluster and configure myapp to connect to it.

Hints:

  • What configuration does myapp need?
  • Is there a helm chart for Redis?
  • What is Redis host address?
  • How to get or set Redis password?
  • Should we check Redis connection in readiness probe?

See only if you feel lost: Solution description

About

Kubernetes training


Languages

Language:Python 49.6%Language:Rich Text Format 33.4%Language:Dockerfile 10.0%Language:Shell 7.1%