A central repository for Kubernetes YAML manifests, configuration files, and common setup patterns.
This repo serves as a "parts bin" for Kubernetes clusters. Instead of rewriting standard deployments or service configurations from scratch every time, I store modular configs here to be pulled down as needed.
- Base cluster configurations: Essential setups for new clusters.
- Common application manifests: Templates for Ingress, Monitoring, and Logging.
- Reusable templates: Standard Service and Deployment definitions.
- GitHub Actions ARC (AWS EKS): Self-hosted GitHub Actions runners on EKS with cost-optimized node scheduling.
Browse the folders, find the component you need, and run:
kubectl apply -f <filename>.yaml