Concepts

The Concepts section helps you learn about the parts of the Kubernetes system and the abstractions Kubernetes uses to represent your cluster, and helps you obtain a deeper understanding of how Kubernetes works.


Get a high-level outline of Kubernetes and the components it is built from.

The architectural concepts behind Kubernetes.

Technology for packaging an application along with its runtime dependencies.

Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them.

Concepts and resources behind networking in Kubernetes.

Ways to provide both long-term and temporary storage to Pods in your cluster.

Resources that Kubernetes provides for configuring Pods.

Concepts for keeping your cloud-native workload secure.

Policies you can configure that apply to groups of resources.

In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that the kubelet can run them. Eviction is the process of proactively failing one or more Pods on resource-starved Nodes.

Lower-level detail relevant to creating or administering a Kubernetes cluster.

Different ways to change the behavior of your Kubernetes cluster.