DEV Community

Cover image for Services - Kubernetes
Ibrahim S
Ibrahim S

Posted on

Services - Kubernetes

In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in your cluster.

3 types of service in k8's

  1. Cluster IP
    Only can access the pod via service if you have access to the cluster (from inside the cluster)

  2. Node Port
    Can access the service on each node.

  3. Load balancer
    Public users can access the pod from anywhere.

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more