For the complete documentation index, see llms.txt. This page is also available as Markdown.

對外公開應用

kubectl expose deployment/docker-python-flask-demo --type="NodePort" --port 3000
kubectl get services
NAME                       TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)          AGE
docker-python-flask-demo   NodePort    10.97.78.59   <none>        3000:32172/TCP   89s

Last updated