Skip to main content

Kubernetes Deployments

Introduction to Deployments

0:00
LearnStep 1/2

Deployments Overview

Kubernetes Deployments

A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state, and the Deployment Controller changes the actual state to match.

Deployment Manifest

yaml

Creating Deployments

bash

Deployment Components

plaintext