Kubernetes

Term

  • Context: group of access parameters that specify which cluster you're interacting with
  • Pod: Kubernetes abstraction that represents a group of one or more application containers (such as Docker), and some shared resources for those containers.
  • Cluster: a set of nodes
  • Namespace: mechanism for isolating groups of resources within a single cluster

Resources

Comparison


Children
  1. Gateway API
  2. Kubeadm