Service Types and ClusterIP

Learn about clusterIP and the different types of services.

We'll cover the following

Service types

Now that we have seen how a service works, let’s talk about the different types of services we can have. In the previous lesson, we used a NodePort Service that will open a port on all the worker nodes (30001 in our case) and deliver requests received on that port to all the pods that are behind it. Each Service type has its different uses, and we will learn how to choose the best option for our needs.

Get hands-on with 1200+ tech skills courses.