Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 516 Bytes

Kubernetes Image

kubernetes_kata

various katas to whet my kubernetes skills

namespace

before provisionning any resource to your cluster, create a kata-ns and provision all resources to this namespace

when you're finish working, delete all resources to keep your lab cluster clean

kubectl delete -f ns.yml

coming soon

  • helm
  • horizontal pod scaling
  • network policies
  • custom resource definition (CRD)
  • logging and monitoring
  • ci/cd with kubernetes
  • statefulset