1. Intro
2. Core API Group vs Named API Group
3. Imperative vs Declarative
4. Namespaces
5. Namespaces != Segregation and isolation
6. Canary Deployments
7. BlueGreen Deployments
8. Setting up Rolling Updates
9. Setting Up Canary Deployments
10. Setting up BlueGreen Deployments
11. Setting Up Rollbacks
12. ConfigMaps
13. Implementing ConfigMaps
14. Secrets
15. Implementing Secrets
16. Why Kubernetes Secrets are bad
17. Implementing third-party Secrets solution
18. Sidecar containers
19. Implementing a sidecar
20. Scaling Pods
21. Horizontal Pod Autoscaler
22. Vertical Pod Autoscaler
23. How self-healing works with Controllers
24. Constraints with limits, requests, and quotas
25. Pod Requests and Limits
26. Requests
27. ResourceQuotas
28. What happens when a worker node doesnt have enough resources
29. Kustomize for templating
30. Using Kustomize
31. Helm
32. Using Helm
33. Labels
34. Selectors
35. Node affinity
36.1 httpsgithub.comAdminTurnedDevOpskubernetes-examplestreemainmanuel scheduling.html
36. Manual scheduling
37. Taints and Tolerations
38. Static Pods (theory and hands-on)
39. Using SA for Pod deployments