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

  • 0
    0
    Tekton Task Configuration for Kaniko with Dynamic Arguments

    YAML configuration for a Tekton Task that utilizes Kaniko to build Docker images. This setup reads configuration from a source file to dynamically set environment variables, enhancing reusability.

    Aug 31, 2026Tekton· DevOps & CI/CD
  • 0
    0
    Tekton Configuration for Service Account with Secrets

    YAML configuration for a Tekton service account that integrates a basic authentication secret. This setup enables secure access to resources, ensuring CI/CD pipelines can authenticate with external services.

    Aug 31, 2026Tekton· DevOps & CI/CD
  • 0
    0
    PersistentVolumeClaim Configuration for Tekton on EKS

    YAML configuration for a PersistentVolumeClaim to support a Tekton pipeline on EKS. This setup addresses issues with PipelineRuns being stuck due to volume provisioning failures.

    Aug 31, 2026Tekton· DevOps & CI/CD
  • 0
    0
    Integrate Twitch API with Discord Bot Using Flask

    Python script configuration to set up a Discord bot that listens for Twitch API events via a Flask web server. This allows the bot to respond to Twitch notifications, such as when a streamer goes live.

    Aug 30, 2026Twitch API· Gaming & Media
  • 0
    0
    Discord Bot to Monitor Twitch Channel Status

    Python script for a Discord bot that checks if a specified Twitch channel is live every 10 seconds. Utilizes the Twitch API to fetch live status and display updates in Discord.

    Aug 30, 2026Twitch API· Gaming & Media
  • 0
    0
    Dart CLI Configuration for Twitch API Client

    This Dart script configures a client for the Twitch API by utilizing environment variables for client ID management. It ensures flexibility during development and production deployment.

    Aug 30, 2026Twitch API· Gaming & Media

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 Fluentd: Optimize Log Aggregation Pipelines with Configs & Plugins

Explore Fluentd configurations, plugins, and setups for efficient log aggregation. Solve common issues and optimize performance in your logging pipelines.

Aug 31, 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 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