You are here: Home » kubernetes » tools
Kubernetes:tools
This is an old revision of the document!
This page lists all tools that can be useful when working with Kubernetes (k8):
- kubectl: official CLI to interact with k8 clusters
- krew: kubectl plugins manager - enables automatic installation and update of additional kubectl commands
- kubectx/kubens: easily switch between k8 contexts (clusters) or namespaces in terminal
- k9s: terminal CLI to list and interact with cluster resources in a friendly manner
- Lens: GUI app to interact with cluster (requires account)
- kubectl-view-secret: kubectl plugin to view decoded secret data
- kind: setup local kubernetes cluster on your workstation
- kubent: terminal CLI to check current cluster compatibility with a target version (for k8 migration)