Minikube
Introduction to Minikube as a simple Kubernetes cluster.
First App
Run your first application on Kubernetes.
Kubernetes API
Discover the API through which you can control all Kubernetes objects.
Health Checks with Probes
Explore the importance and difference between the 3 probe types for Pods.
Sidecar Containers
Two containers in a Pod can share data through a shared mount.
Jobs
Explore the Jobs resource and how the pattern can be applied.
ConfigMaps and Secrets
Explore Kubernetes ConfigMaps and Secrets.
Volumes and Mounts
An outward look at the file systems and volumes available to your app.
Pod Presets
Separating concerns by injecting Pod Preset fields into matching Pods.