💾 Archived View for freeshell.de › tldr › kubectl-delete.gmi captured on 2023-01-29 at 04:58:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

kubectl delete

Delete Kubernetes resources.

More information.

kubectl delete pod {pod_name}
kubectl delete deployment {deployment_name}
kubectl delete node {node_name}
kubectl delete pods --all --namespace {namespace}
kubectl delete deployments,services --all --namespace {namespace}
kubectl delete nodes --all
kubectl delete --filename {path/to/manifest.yaml}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY