kubectl常用命令

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash

 

kubectl  docker images|grep athena-web-api

 

kubectl get po -n sit-tkyo-2|grep athena-web-api

 

删除重启

kubectl delete pod atna-user-latest-b8dc9f7-w4p  -n sit-tokyo-1

 

最新镜像名称

kubectl get svc -n sit-tkyo-1|grep **item

 

日子

kubectl logs --tail=30 -f -n sit-tkyo-2  athena-web-api-ar-latest-6f5b76f884-5g

 

查看ip端口

kubectl get pod  -n sit-tkyo-2 -o wide|grep athena-partner

你可能感兴趣的:(kubectl常用命令)