Kubernetesserviceregistre
Kubernetesserviceregistre is not an official Kubernetes product or feature. Rather, it is a colloquial term used to describe the mechanism by which services are registered and discovered within a Kubernetes cluster. The built‑in components central to this mechanism are the Service resource and the Endpoints object, which together provide a stable network identity for a set of pods.
When a Service is created, its specification is stored in etcd via the Kubernetes API server. The
Kubernetes supports several service access patterns: ClusterIP (the default), which exposes the service on a virtual
In addition to the built‑in registry, many clusters use service meshes such as Istio or Linkerd, which