Difference between revisions of "Kubectl expose deployment"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
  
 
  [[kubectl expose deployment]] hello-world [[--type]]=[[LoadBalancer]] --name=my-service <ref>https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/</ref>
 
  [[kubectl expose deployment]] hello-world [[--type]]=[[LoadBalancer]] --name=my-service <ref>https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/</ref>
 +
 +
kubectl get services my-service
  
  

Revision as of 19:23, 27 March 2023

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]
kubectl get services my-service


See also

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