An introduction to Kubernetes
Main Kubernetes documentation: https://kubernetes.io/docs/home/
- kubectl: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/
- k9s: https://k9scli.io/ (downloading the binary is an easy way to go)
- helm: https://helm.sh/
Kubernetes API: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/
- Pods: https://kubernetes.io/docs/concepts/workloads/pods/
- Multi-container pods: https://www.mirantis.com/blog/multi-container-pods-and-container-communication-in-kubernetes/
- Deployment: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
- Service: https://kubernetes.io/docs/concepts/services-networking/service/
- Persistent Volumes and Persistent Volume Claims: https://kubernetes.io/docs/concepts/storage/persistent-volumes/