A collection of Kubernetes manifest templates covering core concepts and deployment patterns for real-world applications. This repository serves as a hands-on reference for learning and implementing Kubernetes resources efficiently.
Deployments with different service types (NodePort, ClusterIP, LoadBalancer) Single Pod configurations Ingress setup Persistent Volumes (PV) & Persistent Volume Claims (PVC) Horizontal Pod Autoscaler (HPA) Metrics configuration Sample Express application deployment
This repo is designed to:
Help understand Kubernetes architecture & components Provide reusable YAML templates Serve as a quick reference for DevOps & cloud deployments 🛠️ Use Cases Learning Kubernetes basics to advanced concepts Testing deployments locally or on cloud clusters Building production-ready infrastructure templates