The presentation will take place in Ballroom B on Thursday, March 5, 2026 - 14:00 to 17:00

Kubernetes has become the de facto standard for container orchestration. However, getting started can be overwhelming. This hands-on workshop cuts through the complexity and provides a practical, accessible introduction to Kubernetes fundamentals using Kind (Kubernetes in Docker) and Docker Desktop.

Workshop attendees will learn through hands-on experience:

- Kubernetes architecture and core components (control plane, worker nodes, etcd)
- Creating local Kubernetes clusters using Kind
- Essential kubectl commands for cluster management
- Pod lifecycle and container management
- Deployments and ReplicaSets for application scaling
- Services and basic networking concepts
- Basic troubleshooting techniques and common pitfalls

 

Prerequisites:

- Laptop and access to install Kind, Docker Desktop, and kubectl (Mac, Windows, or Linux)
- Comfortable with basic terminal/command-line and ability to edit files