运行一个nginx 容器
kubectl run nginx-pod --image=nginx:1.17.2 --port=80
查看nginx容器详细信息
nginx-pod是容器名称
kubectl describe pod nginx-pod
运行一个nginx 容器
kubectl run nginx-pod --image=nginx:1.17.2 --port=80
查看nginx容器详细信息
nginx-pod是容器名称
kubectl describe pod nginx-pod