47
Total Commands
100%
Free Access
⚡
Lightning Fast
Available Commands
Click on any command to copy it instantly
47 commands available
47 of 47
Resources
Master Kubernetes
Become proficient in container orchestration
kubectl get podspods
monitoring
kubectl describe pod <pod-name>pods
debugging
kubectl delete pod <pod-name>pods
management
kubectl logs <pod-name>pods
logs
kubectl exec -it <pod-name> -- /bin/shpods
debugging
kubectl get nodesnodes
monitoring
kubernetes
Describe Node
Show detailed information about a node, including conditions and resource capacity.
kubectl describe node <node-name>nodes
debugging
kubectl cordon <node-name>nodes
maintenance
kubectl uncordon <node-name>nodes
maintenance
kubectl get deploymentsdeployments
monitoring
kubernetes
Describe Deployment
Show detailed information about a specific deployment, including events and replica status.
kubectl describe deployment <deployment-name>deployments
debugging
kubectl scale deployment <deployment-name> --replicas=<n>deployments
management
kubectl delete deployment <deployment-name>deployments
management
kubectl get svcservices
monitoring
kubectl describe svc <service-name>services
debugging
kubectl delete svc <service-name>services
management
kubectl get namespacesnamespaces
monitoring
kubectl create namespace <name>namespaces
management
kubectl delete namespace <name>namespaces
management
kubectl get configmapsconfigmap
monitoring
kubectl create configmap <name> --from-file=<file>configmap
management
kubectl get secretssecrets
monitoring
kubectl create secret generic <name> --from-literal=key=valuesecrets
security
kubectl rollout restart deployment <name>deployments
rolling-update
kubectl rollout status deployment <name>deployments
monitoring
kubectl rollout undo deployment <name>deployments
rollback
kubectl get daemonsetsdaemonset
monitoring
kubectl get statefulsetsstatefulset
monitoring
kubectl get jobsjobs
batch
kubectl get cronjobscronjobs
batch
kubectl apply -f <file.yaml>configuration
management
kubectl delete all --allcleanup
management
kubectl edit <resource>/<name>configuration
edit
kubectl port-forward <pod-name> <local>=<remote>network
debugging
kubectl proxynetwork
access
kubectl cluster-infocluster
info
kubectl config viewconfig
info
kubectl config use-context <context-name>config
context
kubectl config get-contextsconfig
context
kubectl get endpointsservices
monitoring
kubectl top nodesmetrics
monitoring
kubectl top podsmetrics
monitoring
kubectl diag alldiagnostics
plugin
kubectl explain <resource>doc
help
kubectl auth can-i <verb> <resource>auth
permissions
kubectl get clusterrolesrbac
security
kubectl get rolebindingsrbac
security
Missing a command?
Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!