Types of Kubernetes Services
In Kubernetes, there are different types of Services that you can use to specify how you want the Service to behave.
By default, the ServiceType is set to ClusterIP.
Four main types of Services that you can use to define how you want to expose your a...
poorva.hashnode.dev4 min read