Copy & deploy

Configs

Docker Compose, Kubernetes YAML, and Dockerfiles — copy, customize, and deploy.

🐳

Docker Compose

10 templates

☸️

Kubernetes

19 templates

☸️Kubernetes

API Deployment + NodePort Service

Deploy a local Docker image to Kubernetes with resource limits and NodePort access

2 files·View YAML →
🔐Kubernetes

ConfigMap & Secrets Deployment

Inject environment variables from ConfigMap and Secret into a Deployment

4 files·View YAML →
🔗Kubernetes

ClusterIP Service

Internal-only Service — pods talk to each other inside the cluster without exposing ports publicly

2 files·View YAML →
💾Kubernetes

PersistentVolumeClaim (PVC)

Persistent storage for pods — data survives pod restarts (StatefulSet + PVC pattern)

2 files·View YAML →
📈Kubernetes

Horizontal Pod Autoscaler

Auto-scale Deployments based on CPU utilization (1–3 replicas at 50% CPU)

1 file·View YAML →
🚪Kubernetes

Ingress (NGINX)

Route external HTTP traffic to cluster Services via Ingress controller

1 file·View YAML →
Kubernetes

Spring Microservices on K8s

Two Spring Boot services with Deployments, ClusterIP Services, and resource limits

4 files·View YAML →
🟢Kubernetes

Node.js Microservices on K8s

Node API gateway + worker Deployments with ConfigMap env and internal service DNS

5 files·View YAML →
🛡️Kubernetes

Pod Disruption Budget (PDB)

Keep minimum pods available during node drains and cluster upgrades

2 files·View YAML →
☸️Kubernetes

Go + MongoDB on Kubernetes

Go survey app with MongoDB sidecar — 2 replicas on Minikube/EKS

2 files·View YAML →
🐘Kubernetes

Laravel + MySQL on K8s

PHP Laravel frontend with MySQL — DevOps-Pipeline-Monitoring stack pattern

3 files·View YAML →
🔴Kubernetes

Redis on Kubernetes

Redis Deployment + ClusterIP Service for in-cluster caching

2 files·View YAML →
🐘Kubernetes

PostgreSQL on Kubernetes

PostgreSQL with PVC — persistent database in the cluster

3 files·View YAML →
⚖️Kubernetes

LoadBalancer Service

Expose app with LoadBalancer — cloud LB or MetalLB on bare metal

2 files·View YAML →
Kubernetes

Kubernetes CronJob

Scheduled backup job — runs on a cron schedule inside the cluster

1 file·View YAML →
🔒Kubernetes

NetworkPolicy (Deny All)

Lock down pod traffic — deny all ingress, allow only from frontend

2 files·View YAML →
🗄️Kubernetes

StatefulSet (MongoDB)

StatefulSet with headless Service — stable pod identity for databases

1 file·View YAML →
🚀Kubernetes

Argo CD Application

GitOps Application manifest — sync Kubernetes from a Git repo

1 file·View YAML →
🔐Kubernetes

External Secrets Operator

Sync AWS Secrets Manager secret into a Kubernetes Secret

2 files·View YAML →
📄

Dockerfile / CI

8 templates