Introduction to kubernetes - Services
Creating Services by Exposing Ports
kubectl expose Command to expose a resource as a new Kubernetes service . That resource can be deployment , another Service, a ReplicaSet , a Replication Controller or a Pod .
lets see in action
kubectl create dep...
blog.cloudnativefolks.org7 min read