-
Getting Started
-
Architecture
-
Fundamentals
-
Configuration
-
Networking
-
Workload Lifecycle
-
Scaling & Scheduling
-
Security
-
Storage
# Clone the repo
git clone https://github.com/sozua/k8sbyexample.org.git
cd k8sbyexample.org
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview- Astro - Static site generator
- Tailwind CSS - Styling
- MDX - Markdown with JSX
- Shiki - Syntax highlighting
Contributions are welcome! Whether it's fixing a typo, improving explanations, or adding new lessons.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Inspired by Go by Example, bringing the same learn-by-example approach to Kubernetes.
MIT