Welcome to the Kubernetes Basics Workshop! This repository contains all materials, exercises, and resources you'll need to get started.
- Starting up Minikube (already installed)
- Working with pods
- Working with Kubernetes Deployments and Services
- Working with kubectl
- Advanced Configurations (ConfigMaps, Secrets)
- Final Project: Deploying an Application with backend and frontend
- Minikube pre-installed on your system.
- Basic understanding of Docker.
- Clone this repository:
git clone <repository-link> cd kubernetes-basics-workshop
- Follow the exercises in the
exercises/
folder.
- Official Kubernetes Documentation
- Minikube Getting Started Guide