KubernetesでPodを削除する方法を紹介します。
kubectlの「delete」コマンドを使用します。
1 2 3 |
root@controlplane:~# kubectl delete pod nginx pod "nginx" deleted root@controlplane:~# root@controlplane:~# |
KubernetesでPodを削除する方法を紹介します。
kubectlの「delete」コマンドを使用します。
1 2 3 |
root@controlplane:~# kubectl delete pod nginx pod "nginx" deleted root@controlplane:~# root@controlplane:~# |