Module 1: Kubernetes Fundamentals
Introduction
Welcome to the first module of the Kubernetes on Azure workshop! In this module, we will build a foundational understanding of Kubernetes and its core components. By the end of this module, you will be able to deploy and manage simple applications on a Kubernetes cluster.
Learning Objectives
- Understand what Kubernetes is and why it is used
- Learn about the key components of Kubernetes architecture
- Explore core Kubernetes objects such as Pods, ReplicaSets, Deployments, and Services
- Gain hands-on experience deploying a simple application using
kubectl
and YAML manifests