kubectl exec -ti nginx-pod bash $ apt-get update && apt-get install -y curl $ curl 127.0.0.1:80 … <h1>Welcome to nginx!</h1> <p>If you see this page, ...
確定! 回上一頁