bitPhile

Home

❯

notes

❯

tech

❯

kubernetes

❯

services

services

Mar 17, 20251 min read

  • kubernetes

Services

A service is a kubernetes resource which provides external access to pods running in nodes and communication among the nodes.

There are three types of services

  1. NodePort service
  2. ClusterIP service
  3. Loadbalancer service

Graph View

Backlinks

  • Creating custom admission controllers
  • headless-service
  • namespace

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Discord Community