Steevo Wiki

You are here: Home » kubernetes » tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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