码迷,mamicode.com
首页 > 其他好文 > 详细

k8s 删除 pod 及 service

时间:2020-11-21 11:45:05      阅读:4      评论:0      收藏:0      [点我收藏+]

标签:key   word   命名   命名空间   k8s   namespace   font   ber   mil   

 kube-system:是 namespace 名称

1、查看命名空间 

   kubectl get all -n kube-system

 2、删除deployment(先删除deployment,删除后replicaset.apps 和 pod 自动就被删除了)

      kubectl delete deployment.apps/nginx-1596365264-controller  -n kube-system
      kubectl delete deployment.apps/nginx-1596365264-default-backend  -n kube-system

3、删除 service

     kubectl delete service/nginx-1596365264-controller -n kube-system

     kubectl delete service/nginx-1596365264-default-backend -n kube-system

 -- 常用命令

kubectl get pod -n jenkins:查询 jenkins 命名空间下的 pod

kubectl get deployment -n jenkins :查询 jenkins 命名空间下的 deployment 

kubectl delete deployment jenkins2 -n jenkins  :删除 jenkins 命名空间下的 jenkins2 的 deployment ,删除deployment 之后 pod 自动删除

k8s 删除 pod 及 service

标签:key   word   命名   命名空间   k8s   namespace   font   ber   mil   

原文地址:https://www.cnblogs.com/ming-blogs/p/13986763.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!