Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.15 KB

README.md

File metadata and controls

37 lines (30 loc) · 2.15 KB

Kubernetes Basics Workshop with Minikube

Welcome to the Kubernetes Basics Workshop! This repository contains all materials, exercises, and resources you'll need to get started.

Prerequisites

  • Minikube pre-installed on your system.
  • Basic understanding of Docker.

Getting Started

  1. Clone this repository:
    git clone <repository-link>
    cd kubernetes-basics-workshop
  2. Follow the exercises in the exercises/ folder.

Workshop Outline

Day 1

  1. Starting up Minikube (already installed)
  2. Working with pods
  3. Working with Kubernetes Deployments and Services
  4. Working with kubectl
  5. Advanced Configurations (ConfigMaps, Secrets)
  6. Final Project: Deploying an Application with backend and frontend

Day 2

  1. Working wiht Namespaces
  2. Working with CoreDNS
  3. Working with Network

Day 3

  1. Working wiht Storage
  2. Working Deployment Methods

Resources