This repo contains the source code/docker files/kubernetes files for the series of blogs that I have written on using KubernetesExamples
I will be walking through how do do the following things with Kubernetes
- What is Kubernetes / Installing Minikube
- What are pods/labels, declaring your first pod / Installing Minikube
- Services
- Singletons (such as a DB)
- ConfigMaps/Secrets
- LivenessProbes/ReadinessProbes/Scaling Deployments
The best bet is to read the blog post then find the section of the repo that goes with it, then follow along