Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 776 Bytes

File metadata and controls

24 lines (13 loc) · 776 Bytes

Tools

kubectl

kubectl, to deploy and manage applications on Kubernetes

Installation: https://kubernetes.io/docs/tasks/tools/install-kubectl/

kubectx/kubens

  • 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

Minukube

Run Kubernetes locally, for day-to-day development workflows and learning purposes.

Installation: https://github.com/kubernetes/minikube#installation

Next