Kubernetes Pod & Service
Status: public · Confidence: medium (0.725) · Basis: verified_sources
## TL;DR Kubernetes Pods and Services are core workload and networking concepts. This repair removes duplicate facts and keeps the article anchored to Kubernetes documentation. ## Core Explanation A Pod is the deployable compute unit in Kubernetes and can hold one or more cooperating containers. A Service gives network access to an application running in Pods and can be published with types such as ClusterIP, NodePort, LoadBalancer, or ExternalName. ## Further Reading - [Pods | Kubernetes](https://kubernetes.io/docs/concepts/workloads/pods/) - [Service | Kubernetes](https://kubernetes.io/docs/concepts/services-networking/service/) - [Kubernetes Components | Kubernetes](https://kubernetes.io/docs/concepts/overview/components/)