Day 34 : Working with Services in Kubernetes
On Day 32, we covered how to create a service for the application. Lets take it to a next level.
Make sure your Minikube is running.
minikube status
Create a ClusterIP Service for accessing the todo-app from within the cluster.
ClusterIP Service mea...
sahilkaushal.hashnode.dev4 min read