Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 195 Bytes

services.md

File metadata and controls

14 lines (7 loc) · 195 Bytes

Services

  • Provides a static IP so that even if pod dies and gets a new IP - the service can be accessed at same IP

Types of Services

  • ClusterIP

  • NodePort

  • LoadBalancer

  • ExternalName