1 private link
Start a root shell in the node's host OS running.
The plugin will iterate through readable namespaces, and look for pods. For every pod it can read, the plugin will read the podspec for the container images, and any init container images. Additionally, it collects the content sha of the image, so that it can be used to disambiguate between different versions pushed with the same tag.
Visualize your webhook configurations in Kubernetes.
Enable kubectl-get to strip managed fields by knight42 · Pull Request #96878 · kubernetes/kubernetes
Enable kubectl get to strip managed fields to make the output less verbose.
kubecolor colorizes your kubectl command output and does nothing else. kubecolor internally calls kubectl command and try to colorizes the output so you can use kubecolor as a complete alternative of kubectl.
Kubernetes config generator is an interactive command line tool that lets you create kubeconfig files related to a service account in a given namespace. The user can interactively chose a namespace and service account from a K8 cluster. The output is a config file with token authentication that has same RBAC permissions assigned to chosen service account.
Kubectl build mimics the kaniko executor, but performs building on your Kubernetes cluster side.
Fuzzy and partial string search for kubectl
Clean up Kuberntes yaml and json output to make it readable - itaysk/kubectl-neat
Server-side Apply is an important effort to migrate “kubectl apply” to the apiserver. It was started in 2018 by the Apply working group.
kubie is an alternative to kubectx, kubens and the k on prompt modification script. It offers context switching, namespace switching and prompt modification in a way that makes each shell independent from others. It also has support for split configuration files, meaning it can load Kubernetes contexts from multiple files.
repo for kubesort. Contribute to AATHITH/kubesort development by creating an account on GitHub.
Kubectl is the Kubernetes cli version of a swiss army knife, and can do many things.
While this Book is focused on using Kubectl to declaratively manage Applications in Kubernetes, it also covers other Kubectl functions.
Quantify risk for Kubernetes resources