This page lists all tools that can be useful when working with Kubernetes (k8): * [[https://kubernetes.io/docs/reference/kubectl/kubectl|kubectl]]: official CLI to interact with k8 clusters * [[https://krew.sigs.k8s.io/|krew]]: kubectl plugins manager - enables automatic installation and update of additional kubectl commands * [[https://github.com/ahmetb/kubectx|kubectx/kubens]]: easily switch between k8 contexts (clusters) or namespaces in terminal * [[https://github.com/derailed/k9s|k9s]]: terminal CLI to list and interact with cluster resources in a friendly manner * [[https://k8slens.dev|Lens]]: GUI app to interact with cluster (requires account) * [[https://github.com/elsesiy/kubectl-view-secret|kubectl-view-secret]]: kubectl plugin to view decoded secret data * [[https://kind.sigs.k8s.io|kind]]: setup local kubernetes cluster on your workstation * [[https://github.com/doitintl/kube-no-trouble|kubent]]: terminal CLI to check current cluster compatibility with a target version (for k8 migration)