Difference between revisions of "Kubectl expose deployment"
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 9: | Line 9: | ||
[[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> | ||
− | + | Verify: | |
− | |||
[[kubectl get services]] my-service | [[kubectl get services]] my-service | ||
NAME TYPE CLUSTER-IP [[EXTERNAL-IP]] PORT(S) AGE | NAME TYPE CLUSTER-IP [[EXTERNAL-IP]] PORT(S) AGE |
Revision as of 19:26, 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]
Verify:
kubectl get services my-service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE my-service ClusterIP 172.20.251.125 <none> 80/TCP 3d5h
See also
kubectl expose [ deployment | pod ]
Advertising: