Difference between revisions of "Kubectl expose"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_expose/
+
<code>[[kubectl expose]]</code> take a [[replication controller]], [[Kubernetes services|service]] or [[Pod (Kubernetes)|pod]] and expose it as a new Kubernetes Service
Take a [[replication controller]], [[Kubernetes services|service]] or [[Pod (Kubernetes)|pod]] and expose it as a new Kubernetes Service
+
* https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_expose/
  
 
<code>[[kubectl expose deployment]] nginxapp --name=nginxclusterip --port=80 --target-port=8080</code>
 
<code>[[kubectl expose deployment]] nginxapp --name=nginxclusterip --port=80 --target-port=8080</code>

Revision as of 11:08, 14 September 2022

Advertising: