tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 Container Management > Kubernetes > How to expose a Kubernetes Deployment

How to expose a Kubernetes Deployment

Author: Venkata Sudhakar

The below example shows how to expose Kubernetes Deployment. The expose command exposes the container port (target-port) 80 on the host 8000 binding to the external-ip of the host.


 
  


  
bl  br