Skip to content
Kubernetes (K8s)

icon picker
k8s cluster management tool

k8s management tools:
kubectl
kubeadm
minikube
helm
kompose
kustomize

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.

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.