k8s management tools:
kubectl is official CLI for k8s.
kubeadm is used to easily create k8s cluster.
minikube used to easily setup local single node cluster.
helm is used to create k8s object which can be converted to templates so they can be used multiple times.
kompose helps to translate docker compose files into a k8s objects, has ability to ship containers from compose to k8s.
kustomize is mostly similar to helm.