YAML Templates & Examples Library.
Production-tested YAML configurations for cloud infrastructure, container orchestration, CI/CD pipelines, and API specifications.
General#sample-app
Modern Web App Config
Standard application configuration showing objects, arrays, booleans, and environment variables.
General#anchors-and-aliases
YAML Anchors & Merge Keys
Demonstrates DRY configuration using YAML anchors (&), aliases (*), and merge keys (<<).
Kubernetes#k8s-deployment-service
Kubernetes Deployment & Service
Multi-document Kubernetes manifest containing a scalable Deployment and a ClusterIP Service.
Docker#docker-compose-stack
Docker Compose Full-Stack
Multi-container Docker Compose file with Web app, PostgreSQL database, and Redis cache.
CI/CD#github-actions-ci
GitHub Actions CI/CD Pipeline
Automated CI workflow with Node.js matrix testing, linting, and build steps.
API Spec#openapi-spec
OpenAPI 3.1 REST API Spec
OpenAPI specification defining endpoints, query parameters, and response schemas.
Ansible#ansible-playbook
Ansible Server Provisioning
Ansible playbook to provision and configure an Nginx reverse proxy with SSL.