Teach people to deploy existing containerized applications to Kubernetes. The target audience have experience with problems of scaling their deploy processes; internal networking; handling traffic from the public internet; autoscaling containers; and general ops of non-monolithic container architecture. post ![]()
## 1. Feature Overview and Vernacular - Pod - Deployment - Service - Replica - Cluster - Resource ## 2. Pods & Service ## 3. Multi-Container Pods & Service Discovery ## 4. Deployments ## 5. Probes & Init Containers - Demonstrate how to block the app tier pods until the data store is ready - Clarify difference between liveness & readiness probes - Test container liveness with probes - Test container readiness with probes ## 6. Volumes ## 7. Secrets & ConfigMaps ## 8. 10% Wrap Up Feel free to use my outline to teach yourself Kubernetes or as a base to teach others.
.
In our own work planning and constructing a continuous deploy pipeline, we have identified general patterns to follow and begun to name the collaborators and their respective responsibilities.
Here, in this outline of a course on kubernetes, we can see further down the path ahead of us; other names and responsibilities we must learn along our way.