💾 Archived View for freeshell.de › tldr › kubectl.gmi captured on 2024-02-05 at 11:25:58. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Command-line interface for running commands against Kubernetes clusters.
Some subcommands such as `kubectl run` have their own usage documentation.
kubectl get {pod|service|deployment|ingress|...} -o wide
kubectl label pods {name} unhealthy=true
kubectl get all
kubectl top {pod|node}
kubectl cluster-info
kubectl explain {pods.spec.containers}
kubectl logs {pod_name}
kubectl exec {pod_name} -- {ls /}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).