Skip to main content

Glossary

  • Deployment - a deployment manages a set of Pods to run an application workload, usually one that doesn't maintain state.
  • Pod - a basic Kubernetes object that represents a group of one or more containers running on a single node and sharing a common namespace.
  • Service - an abstraction that provides network access to Pods within a Kubernetes cluster.