⎈ k8s knowledge compiler

Service [glossary]deterministic

A way to expose an application running on a set of Pods as a network service.

fundamentalcore-objectnetworking

A method for exposing a network application that is running as one or more [Pods](#gloss:pod) in your cluster.

The set of Pods targeted by a Service is (usually) determined by a [selector](#gloss:selector). If more Pods are added or removed, the set of Pods matching the selector will change. The Service makes sure that network traffic can be directed to the current set of Pods for the workload.

Kubernetes Services either use IP networking (IPv4, IPv6, or both), or reference an external name in the Domain Name System (DNS).

The Service abstraction enables other mechanisms, such as Ingress and Gateway.

Sources

reference/glossary/service.md · docA way to expose an application running on a set of Pods as a network service.

Related (25)

references HorizontalPodAutoscaler Walkthroughservice conf=1
references Share a Cluster with NamespacesServices conf=1
references Debugging DNS Resolutionservice conf=1
references Create an External Load BalancerService conf=1
references Dual-stack support with kubeadmService conf=1
references Running in multiple zonesService conf=1
references ConfigMapsService conf=1
references Service Internal Traffic PolicyService conf=1
references IPv4/IPv6 dual-stackServices conf=1
references Gateway APIService conf=1
defines Service conf=1
references Networking on WindowsService conf=1
references Ingressservice conf=1
references Pod LifecycleService conf=1
references Init ContainersService conf=1
references Cloud Controller ManagerServices conf=1
references Garbage CollectionService conf=1
references Windows containers in KubernetesServices conf=1
references Kubernetes ComponentsServices conf=1
references Updating Configuration via a ConfigMapService conf=1
references Restrict a Container's Syscalls with seccompService conf=1
references Namespaces WalkthroughServices conf=1
references Using Source IPService conf=1

← all Docs