Debug School

Anshuman Srivastava
Anshuman Srivastava

Posted on

Assignment #3 - Day 3

What is service:
Service is a type loadbalancer. It routes ( load balances) to pods having same label, with selecter label of Service.

Types of Services:

  • ClusterIP
    • It balances service running in same nodes.
  • NodePort
    • It balances pod running in multiple nodes.  - LoadBalancer
    • It interfaces with external load balancer provided by Cloud service.

Top comments (0)