Service
Glossary Page
In Kubernetes, a Service is a way to expose a network application that is running as one or more Pods in your cluster. A Service selects a set of Pods using a selector, and if more Pods are added or removed, the set of Pods that matches the selector will automatically change. The Service abstraction ensures that network traffic can be directed to the current set of Pods for the workload. Kubernetes Services utilize IP networking (IPv4, IPv6, or both) or a DNS external name. The Service abstraction also enables other mechanisms, such as Ingress and Gateway, to be employed.
https://kubernetes.io/docs/reference/glossary/?all=true
Latest Webinars
Latest Articles
Blog post video test
Test
Read more
Tim Ganther
Mar 19, 2024
Block editor test
Block editor test
Read more
Tim Ganther
Jul 17, 2023
Integrate Keycloak, Kubeapps and Pinniped
Integrating kubeapps with Keycloak and Pinniped on the cloud can provide a secure and streamlined experience for managing applications in a Kubernetes environment.
Read more
Tim Ganther
Jun 12, 2023