Skip to content

Files

Latest commit

a800290 · Jan 12, 2024

History

History
68 lines (51 loc) · 2.99 KB

README.md

File metadata and controls

68 lines (51 loc) · 2.99 KB

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.