Difference between revisions of "Kubectl expose"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Kubernetes services}} |
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Revision as of 11:13, 14 September 2022
kubectl expose
take a replication controller, service, replica set or pod and expose it as a new Kubernetes Service
kubectl expose deployment nginxapp --name=nginxclusterip --port=80 --target-port=8080
Related
See also
Advertising: