Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Other types of services#

Sumit Rawal answered on June 23, 2023 Popularity 5/10 Helpfulness 1/10

Contents


More Related Answers

  • application server types in .net
  • Different Types of Service
  • Directory Services#
  • Which of these are NOT a service type?

  • Other types of services#

    0

    There are other Service types we could have used to establish communication:

    ClusterIP

    ClusterIP (the default type) exposes the port only inside the cluster. Such a port would not be accessible from anywhere outside. ClusterIP is useful when we want to enable communication between Pods and still prevent any external access.

    If NodePort is used, ClusterIP will be created automatically.

    LoadBalancer

    The LoadBalancer type is only useful when combined with cloud provider’s load balancer.

    ExternalName

    ExternalName maps a service to an external address (e.g., kubernetes.io).

    In this chapter, we’ll focus on NodePortand ClusterIP types. LoadBalancer will have to wait until we move our cluster to one of the cloud providers and ExternalName has a very limited usage.

    Popularity 5/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: types whatever
    Link to this answer
    Share Copy Link
    Contributed on Jun 23 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.