Kubernetes Series

I have written a short series of posts on Kubernetes. The series uses the same demo all the way through and will show you how to build it up in stages. It also assumes you are a Windows user (which I am), so will talk you through how to get it all working on Windows.

That said everything I demonstrate should/would work on non windows OSs.

Anyway the series can be found here:

  1. What is Kubernetes / Installing Minikube
  2. What are pods/labels, declaring your first pod
  3. Services
  4. Singletons (such as Databases)
  5. ConfigMaps/Secrets
  6. LivenessProbes/ReadinessProbes/Scaling Deployments