1:查看ingress
kubectl get ing -n default
2: 编辑ingress,而后会自动重启。
kubectl edit ing XXXXXXXXX
3: 查看pod
kubectl get pods -n namespace
4: 查看log
kubectl logs -f pod_name -n namespace
原文地址:https://www.cnblogs.com/liufei1983/p/9280746.html
时间: 2024-10-08 22:34:31