This is my presentation on Kubernetes, the container orchestration system. In this presentation I explain what kubernetes is, and look at how software deployment has evolved from ~2014, where we transferred zip files, to what we have today. I show some examples of the most often used entities: deployments, services, pods, and ingress definitions, and go over the helm templating engine.
If you try to set up ArgoCD in KinD, you will encounter the following error message when you try to run argocd cluster add kind
:
FATA[0001] rpc error: code = Unknown desc = Get "https://127.0.0.1:36143/version?timeout=32s": dial tcp 127.0.0.1:36143: connect: connection refused