Production-Ready Configs

Find the right config.
Ship with confidence.

Konfy curates battle-tested configuration recipes for Docker, Kubernetes, Nginx, PostgreSQL, Kafka and 50+ more technologies - organised by industry, tagged for discoverability, and verified by our users.

# nginx.conf
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384;
# docker-compose.yml
healthcheck:
  test: ["CMD", "pg_isready"]
  interval: 5s
# redis.conf
maxmemory-policy allkeys-lru;

Featured Recipes

Verified configs ready to drop into production

Browse by Industry

Configs tailored to your domain's requirements

All Industries

Popular Technologies

The tools engineers reach for most often

rabbitmq
RabbitMQ
Databases

Message broker that gives your applications a common platform.

8 recipes
helm
Helm
Cloud & Infrastructure

The package manager for Kubernetes.

7 recipes
hashicorp-consul
Consul
Cloud & Infrastructure

Service mesh and service discovery.

7 recipes
mediasoup
Mediasoup
Gaming & Media

WebRTC SFU for real-time communication.

7 recipes
mailchimp
Mailchimp
Marketing

Marketing platform for small business.

7 recipes
mailgun
Mailgun
SaaS & Startups

Transactional email API.

7 recipes
census
Census
Marketing

Reverse ETL from warehouse to tools.

6 recipes
argo-cd
Argo CD
DevOps & CI/CD

Declarative GitOps CD for Kubernetes.

5 recipes

From the Blog

All posts
Mastering SendGrid: Streamlining Transactional and Marketing Emails

Discover how to leverage SendGrid's API and templates for efficient transactional and marketing emails, overcoming common challenges.

Apr 3, 2026
Unlocking Workflow Automation: A Deep Dive into Trigger.dev for Modern DevOps

Discover how Trigger.dev optimizes background jobs and workflows, enhancing automation in DevOps. Learn setups, overcome obstacles, and boost efficiency.

Apr 3, 2026
Mastering JupyterHub: Advanced Configurations and Docker Stacks

Discover advanced JupyterHub setups, including Docker stacks, kernel management, and scalability solutions for optimal performance.

Mar 1, 2026