新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
cd /kiamol/ch05
|
||||
|
||||
kubectl apply -f pi/v1/
|
||||
kubectl wait --for=condition=Ready pod -l app=pi-web
|
||||
kubectl get svc pi-proxy -o jsonpath='http://{.status.loadBalancer.ingress[0].*}:8080/?dp=30000'
|
||||
kubectl exec deploy/pi-proxy -- ls -l /data/nginx/cache
|
||||
Reference in New Issue
Block a user