Skip to main content

Kubernetes: Glossary

warning

This document has been translated using machine translation without human review.

  • Deployment — manages a set of Pods to run an application workload, which typically does not maintain state.
  • Pod — the basic Kubernetes object, representing a group of one or more containers running on the same node and sharing a namespace.
  • Service — an abstraction that provides network access to Pods in a Kubernetes cluster.