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.