14 June 2023
We are talking about tools that help in easing our work.
kubectl
Inteaction with k8s cluster. cli user interface.kubeadm
administration of k8s: setup the cluster.minikube
local single node k8s cluster setup for development purposes.helm
templating and package management tool, manage and use templates(charts).kompose
conversion from docker-compose to k8skustomize
managing the configs of k8s objects, share and reuse templates similar to helm.