Skip to content

Kubernetes Learning Documentation

Welcome to my Kubernetes Learning Documentation! This repository is a structured knowledge base documenting my journey learning Kubernetes, organized with MkDocs and hosted on GitHub Pages.

πŸ“– Overview

This project contains notes, tutorials, examples, and best practices covering core Kubernetes concepts, including:

  • Pods – the smallest deployable units in Kubernetes
  • Deployments – managing application lifecycles
  • Services – exposing applications inside and outside the cluster
  • ConfigMaps & Secrets – managing configuration and sensitive data
  • Namespaces – organizing cluster resources
  • Volumes & Persistent Storage – managing data in Kubernetes

…and more. The content is designed to help both beginners and intermediate learners understand Kubernetes step by step.