Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Kubectx | 14,910 | 9 days ago | 26 | January 11, 2022 | 46 | apache-2.0 | Go | |||
Faster way to switch between clusters and namespaces in kubectl | ||||||||||
Kustomize | 9,471 | 714 | a day ago | 256 | August 01, 2022 | 181 | apache-2.0 | Go | ||
Customization of kubernetes YAML configurations | ||||||||||
Crossplane | 6,765 | 37 | 21 hours ago | 122 | September 14, 2022 | 131 | apache-2.0 | Go | ||
Cloud Native Control Planes | ||||||||||
What Happens When K8s | 4,166 | 6 months ago | 13 | |||||||
🤔 What happens when I type kubectl run? | ||||||||||
Kubernetes Certified Administrator | 3,815 | 9 months ago | cc-by-sa-4.0 | Shell | ||||||
Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here. | ||||||||||
Devtron | 3,018 | a day ago | 129 | September 24, 2022 | 443 | apache-2.0 | Go | |||
Tool integration platform for Kubernetes | ||||||||||
Kube Ps1 | 2,971 | 3 months ago | 1 | March 03, 2021 | 8 | apache-2.0 | Shell | |||
Kubernetes prompt info for bash and zsh | ||||||||||
Kubectl Aliases | 2,852 | 13 days ago | 3 | apache-2.0 | Shell | |||||
Programmatically generated handy kubectl aliases. | ||||||||||
Kubespy | 2,606 | 1 | 18 days ago | 7 | September 07, 2022 | 14 | apache-2.0 | Go | ||
Tools for observing Kubernetes resources in real time, powered by Pulumi. | ||||||||||
Ksniff | 2,585 | a month ago | 37 | apache-2.0 | Go | |||||
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark |
A kubectl aliases plugin for Oh My Fish based loosely on the Oh My Zsh Kubectl Plugin.
$ omf install https://github.com/blackjid/plugin-kubectl
or with fisher
$ fisher install blackjid/plugin-kubectl
Abbreviation | Command |
---|---|
k | kubectl |
Abbreviation | Command |
---|---|
kaf | kubectl apply -f |
Abbreviation | Command |
---|---|
keti | kubectl exec -ti |
Abbreviation | Command |
---|---|
kcuc | kubectl config use-context |
kcsc | kubectl config set-context |
kcdc | kubectl config delete-context |
kccc | kubectl config current-context |
kcsccn | kubectl config set-context --current --namespace |
Abbreviation | Command |
---|---|
kcgc | kubectl config get-contexts |
Abbreviation | Command |
---|---|
kdel | kubectl delete |
kdelf | kubectl delete -f |
Abbreviation | Command |
---|---|
kgp | kubectl get pods |
kgpa | kubectl get pods --all-namespaces |
kgpw | kubectl get pods --watch |
kgpwide | kubectl get pods -o wide |
kgpl | kubectl get pods -l |
kgpn | kubectl get pods -n |
kep | kubectl edit pods |
kdp | kubectl describe pods |
kdelp | kubectl delete pods |
Abbreviation | Command |
---|---|
kgs | kubectl get svc |
kgsa | kubectl get svc --all-namespaces |
kgsw | kubectl get svc --watch |
kgswide | kubectl get svc -o wide |
kes | kubectl edit svc |
kds | kubectl describe svc |
kdels | kubectl delete svc |
Abbreviation | Command |
---|---|
kgi | kubectl get ingress |
kgia | kubectl get ingress --all-namespaces |
kei | kubectl edit ingress |
kdi | kubectl describe ingress |
kdeli | kubectl delete ingress |
Abbreviation | Command |
---|---|
kgns | kubectl get namespaces |
kens | kubectl edit namespace |
kdns | kubectl describe namespace |
kdelns | kubectl delete namespace |
Abbreviation | Command |
---|---|
kgcm | kubectl get configmaps |
kgcma | kubectl get configmaps --all-namespaces |
kecm | kubectl edit configmap |
kdcm | kubectl describe configmap |
kdelcm | kubectl delete configmap |
Abbreviation | Command |
---|---|
kgsec | kubectl get secret |
kgseca | kubectl get secret --all-namespaces |
kdsec | kubectl describe secret |
kdelsec | kubectl delete secret |
Abbreviation | Command |
---|---|
kgd | kubectl get deployment |
kgda | kubectl get deployment --all-namespaces |
kgdw | kubectl get deployment --watch |
kgdwide | kubectl get deployment -o wide |
ked | kubectl edit deployment |
kdd | kubectl describe deployment |
kdeld | kubectl delete deployment |
ksd | kubectl scale deployment |
krsd | kubectl rollout status deployment |
Abbreviation | Command |
---|---|
kgrs | kubectl get rs |
krh | kubectl rollout history |
kru | kubectl rollout undo |
krr | kubectl rollout restart |
Abbreviation | Command |
---|---|
kgss | kubectl get statefulset |
kgssa | kubectl get statefulset --all-namespaces |
kgssw | kubectl get statefulset --watch |
kgsswide | kubectl get statefulset -o wide |
kess | kubectl edit statefulset |
kdss | kubectl describe statefulset |
kdelss | kubectl delete statefulset |
ksss | kubectl scale statefulset |
krsss | kubectl rollout status statefulset |
Abbreviation | Command |
---|---|
kpf | kubectl port-forward |
Abbreviation | Command |
---|---|
kga | kubectl get all |
kgaa | kubectl get all --all-namespaces |
Abbreviation | Command |
---|---|
kl | kubectl logs |
kl1h | kubectl logs --since 1h |
kl1m | kubectl logs --since 1m |
kl1s | kubectl logs --since 1s |
klf | kubectl logs -f |
klf1h | kubectl logs --since 1h -f |
klf1m | kubectl logs --since 1m -f |
klf1s | kubectl logs --since 1s -f |
Abbreviation | Command |
---|---|
kcp | kubectl cp |
Abbreviation | Command |
---|---|
kgno | kubectl get nodes |
keno | kubectl edit node |
kdno | kubectl describe node |
kdelno | kubectl delete node |
Abbreviation | Command |
---|---|
kgpvc | kubectl get pvc |
kgpvca | kubectl get pvc --all-namespaces |
kgpvcw | kubectl get pvc --watch |
kepvc | kubectl edit pvc |
kdpvc | kubectl describe pvc |
kdelpvc | kubectl delete pvc |
This was shamelessly based on on the fish git plugin from James Hillyerd
MIT © Juan Ignacio Donoso et al