Skip to main content

Introduction

A Collection of tools, hands-on walkthroughs with source code. The Ultimate Swiss Army knife for DevOps, Developers and Platform Engineers

What's in here

SectionTopics
KubernetesCluster setup, ConfigMaps, Networking/Ingress, Security (RBAC, NetworkPolicy), Services, Storage, Workloads (HPA, DaemonSets), StatefulSets, Kustomize, Exercises
DebuggingKubernetes debugging workflows, WordPress/MySQL troubleshooting
Services & StorageService port diagrams, PV/PVC/StorageClass, Kind hostPath
LinuxArch Linux guides — KVM/QEMU, NVIDIA + Docker, SSH/GPG, monitor brightness
WordPressDeploying and troubleshooting WordPress on Kind

How to add docs

Drop a .md file into the right folder with frontmatter:

---
title: My Page Title
description: One-line summary
tags: [kubernetes, networking]
sidebar_position: 1
---

The folder structure becomes the sidebar automatically — no config files needed.