Skip to content

akaliutau/k8s-runbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-runbook

This project has the aim to aggregate all best practice and standard patterns in describing Kubernetes cluster in the form of well written and concise manifests.

This collection of recipes, examples and useful articles should help to define a balanced, reliable Kubernetes environment.

For hands-on exercises the real application is needed. In our case this is a simple Flask microservice which can generate random number on each request (Randomizer). The source code is here It's already published at docker.io, so not other work is needed

One can test manifests either on local env (minikube), in the cloud (EKS or GKE) or using free sandboxes (see below)

Content

Thesaurus

Further work

Current status of the project: WIP (not all manifests were checked and validated, especially when it comes to advanced topics like CRDs and Operators)

The format most likely will change significantly in the future.