Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.81 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.81 KB

Many of these training exercises have been taken from the Kubermatic Trainings. Many thanks to the Kubermatic folks for these great materials!

How does it work?

These training execises expect a linux terminal environment with access to a Kubernetes cluster and the following tools installed:

  • vi / vim
  • kubectl
  • helm
  • kustomize

In every exercise folder you'll find a README.md file guiding you through the exercise. There is always a cleanup step for each exercise ensuring these exercises don't interfer with eachother.

Contents

  1. Hello Kubernetes!
  2. Pods
  3. Commands and Arguments
  4. Multi-container Pods
  5. ReplicaSets
  6. Deployment
  7. Revision History
  8. Static Persistence
  9. Dynamic Persistence
  10. Use a PersistentVolume
  11. Services
  12. ConfigMaps
  13. Secret
  14. Horizontal Pod Autoscaler
  15. DaemonSet
  16. StatefulSet
  17. Jobs
  18. CronJob
  19. Draining Nodes
  20. NodeSelector
  21. Scheduling Affinity
  22. Taints and Tolerations
  23. Ingress
  24. RBAC
  25. NetworkPolicies
  26. Helm
  27. Kustomize
  28. Prometheus