rifaterdemsahin / aif

Adaptive Intelligence Framework
5 stars 7 forks source link

What are the other types? #370

Open rifaterdemsahin opened 5 years ago

rifaterdemsahin commented 5 years ago

image

What is their use cases ?

AndreV84 commented 5 years ago

other types may include: ClusterIP, NodePort

ClusterIP: Exposes the service on a cluster-internal IP. Choosing this value makes the service only reachable from within the cluster. This is the default ServiceType

NodePort: Exposes the service on each Node’s IP at a static port (the NodePort). A ClusterIP service, to which the NodePort service will route, is automatically created. You’ll be able to contact the NodePort service, from outside the cluster, by requesting :.

LoadBalancer: Exposes the service externally using a cloud provider’s load balancer. NodePort and ClusterIP services, to which the external load balancer will route, are automatically created. source: https://stackoverflow.com/questions/41509439/whats-the-difference-between-clusterip-nodeport-and-loadbalancer-service-types