kubectl expose deployment

From wikieduonline
Jump to navigation Jump to search

kubectl expose deployment
kubectl expose deployment nginxapp --name=nginxclusterip --port=80 --target-port=8080


kubectl expose deployment kubernetes-dashboard -n kube-system --type=NodePort
kubectl expose deployment hello-world --type=LoadBalancer --name=my-service [1]


See also

  • https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
  • Advertising: