kubectl
, to deploy and manage applications on Kubernetes
Installation: https://kubernetes.io/docs/tasks/tools/install-kubectl/
kubectx
is a utility to manage and switch between kubectl(1) contexts.kubens
is a utility to switch between Kubernetes namespaces.
Installation: https://github.com/ahmetb/kubectx#installation
Run Kubernetes locally, for day-to-day development workflows and learning purposes.
Installation: https://github.com/kubernetes/minikube#installation
- Learn about What is Kubernetes