Skip to main content

Introduction to Kubernetes

Core Kubernetes Concepts

0:00
LearnStep 1/2

Kubernetes Objects

Core Kubernetes Concepts

Pod

The smallest deployable unit - one or more containers that share storage and network:

yaml

Service

Exposes pods as a network service with stable IP and DNS:

yaml

Namespace

Virtual clusters within a physical cluster for isolation:

bash

Labels and Selectors

yaml
bash