ConfigGenerator

Sitemap

Browse all 149 ConfigGenerator pages, tools, and resources.

Main Pages & Hubs

All Developer Tools & Generators

CI/CD Pipelines

Azure DevOps Pipeline Generator – Create YAML PipelinesGenerate Azure DevOps YAML pipelines with stages, jobs, variables, templates, parameters, artifacts, Docker, Kubernetes, Terraform, and Azure deploys.Bitbucket Pipelines Generator – Create YAML PipelinesGenerate bitbucket-pipelines.yml with steps, caches, variables, deployments, Docker, Kubernetes, Helm, Maven, npm, S3, EC2, and manual pipelines.Buildkite Pipeline Generator – Create Buildkite YAMLGenerate Buildkite pipeline YAML with steps, agents, commands, plugins, dynamic pipelines, artifacts, Terraform, Docker, and upload workflows.CircleCI Config Generator – Create config.yml OnlineGenerate CircleCI config.yml with jobs, workflows, executors, parameters, environment variables, commands, caching, Docker, and deployment steps.Drone CI Config Generator – Create Drone YAMLGenerate Drone CI YAML with steps, pipelines, secrets, variables, Docker, Kubernetes, Helm, Terraform, webhooks, and CI/CD deployment flows.GitLab CI Generator – Create gitlab-ci.yml OnlineGenerate GitLab CI/CD YAML with stages, jobs, variables, artifacts, cache, Docker builds, Kubernetes deploys, child pipelines, and templates.Jenkins Pipeline Generator – Create Jenkinsfile OnlineGenerate Jenkins Declarative Pipeline and Jenkinsfile templates with stages, agents, parameters, environment variables, Docker, Kubernetes, and deploy steps.Travis CI Config Generator – Create .travis.yml OnlineGenerate Travis CI .travis.yml configs for builds, tests, Java, Rust, macOS, Xcode, Kubernetes, plugins, code coverage, and GitHub setup.

Cloudflare Tools

Cloudflare Caching Rule Generator – Cache Headers & RulesGenerate Cloudflare caching headers and rule suggestions for static assets, HTML, APIs, images, fonts, immutable files, and no-cache routes.Cloudflare CSP Generator – Create Content Security PolicyGenerate Cloudflare Pages CSP headers for scripts, styles, images, fonts, APIs, analytics, iframes, report-only mode, and security presets.Cloudflare _headers Generator – Create Pages HeadersGenerate Cloudflare Pages _headers files for security headers, caching, CSP, HSTS, framework output folders, and static deployment.Cloudflare Pages Deployment Checker – Build & SEO ChecklistCheck Cloudflare Pages deployment settings, output directory, build command, static files, redirects, headers, robots.txt, sitemap, and duplicate content risks.Cloudflare Pages Security Headers Generator – Secure _headers FileGenerate Cloudflare Pages security headers including CSP, HSTS, Referrer-Policy, X-Content-Type-Options, Permissions-Policy, and frame controls.Cloudflare _redirects Generator – Create Pages Redirect RulesGenerate Cloudflare Pages _redirects files for 301 redirects, clean URLs, domain redirects, SPA fallback, and old route migration.Cloudflare robots.txt Generator – Pages SEO Robots FileGenerate robots.txt for Cloudflare Pages sites, custom domains, pages.dev staging blocking, sitemap URLs, and private path rules.Cloudflare Staging Domain Blocker – Block Preview URLs from GoogleGenerate robots.txt, _headers, redirects, and noindex strategies to stop Cloudflare staging, preview, and pages.dev URLs from causing duplicate content.Pages.dev Duplicate Content Checker – Cloudflare SEO ToolCheck whether your Cloudflare pages.dev URL may cause duplicate content and generate redirects, robots.txt, noindex headers, and canonical recommendations.wrangler.toml Generator – Create Cloudflare Worker ConfigGenerate wrangler.toml configuration for Cloudflare Workers, Pages Functions, environments, routes, compatibility dates, assets, and bindings.

Docker Tools

Docker Compose Generator – Create docker-compose.yml OnlineGenerate Docker Compose YAML files with services, ports, volumes, env variables, healthchecks, resource limits, and multi-container setup.Docker Healthcheck Generator – Create Docker Health ChecksGenerate Docker HEALTHCHECK and Compose healthcheck configs with curl, shell scripts, intervals, retries, timeouts, and service checks.Docker Labels Generator – Create OCI and Docker LabelsGenerate Docker and OCI image labels for metadata, maintainers, versions, source URLs, SemVer tags, Compose labels, and container organization.Docker Secrets Generator – Create Secret Config TemplatesGenerate Docker secrets templates for Compose, Swarm, BuildKit, secret files, build-time secrets, mounts, and safer container configuration.Docker Swarm Generator – Create Swarm Service ConfigsGenerate Docker Swarm service and stack configs with compose files, replicas, networks, secrets, healthchecks, deploy rules, and commands.Dockerfile Generator – Create Dockerfiles OnlineGenerate Dockerfiles for Node.js, Python, Go, Java, PHP, Laravel, static apps, multi-stage builds, non-root users, and production images..dockerignore Generator – Create Docker Ignore FilesGenerate .dockerignore files for Node.js, Python, PHP, Java, Laravel, React, Next.js, logs, dependencies, secrets, and build artifacts.Multi-Stage Docker Builder – Create Optimized DockerfilesGenerate multi-stage Dockerfiles for Node.js, Python, Go, Java, and Ubuntu builds with smaller images, build stages, and production runtime stages.

Infrastructure as Code

Ansible Playbook Generator – Create YAML PlaybooksGenerate Ansible playbooks with hosts, tasks, variables, handlers, when conditions, templates, Jinja2, Kubernetes, VMware, and best practices.Chef Recipe Generator – Create Chef Infra RecipesGenerate Chef Infra recipes, cookbooks, templates, resources, attributes, packages, services, files, and DevOps automation examples.Pulumi Generator – Create Pulumi IaC CodeGenerate Pulumi infrastructure code in TypeScript, Python, Go, C#, or YAML with stacks, config, resources, imports, and cloud templates.Puppet Manifest Generator – Create Puppet .pp FilesGenerate Puppet manifests with resources, classes, variables, conditionals, package/service/file examples, Linux and Windows examples.Terraform Backend Generator – Create backend.tfGenerate Terraform backend.tf for S3, DynamoDB locking, GCS, GitLab, Kubernetes, PostgreSQL, JFrog, Artifactory, Vault, and Terragrunt.Terraform Generator – Create Terraform HCL OnlineGenerate Terraform HCL files, modules, variables, outputs, backends, providers, resources, examples, and IaC templates for AWS, Azure, and cloud projects.Terraform Module Generator – Create Reusable ModulesGenerate Terraform module structures with main.tf, variables.tf, outputs.tf, README, examples, versions, providers, and reusable IaC patterns.Terraform Outputs Generator – Create outputs.tfGenerate Terraform outputs.tf files with module outputs, sensitive outputs, JSON/YAML examples, output commands, and best practices.Terraform Variables Generator – Create variables.tfGenerate Terraform variables.tf files with string, number, bool, list, map, object, optional values, validation, defaults, tags, and tfvars examples.

Kubernetes YAML

Kubernetes ConfigMap GeneratorGenerate Kubernetes ConfigMaps to store non-confidential data in key-value pairs or as configuration files.Kubernetes CronJob GeneratorGenerate Kubernetes CronJob manifests to schedule time-based batch jobs, backups, and recurring tasks.Kubernetes DaemonSet GeneratorGenerate Kubernetes DaemonSet manifests to run a copy of a Pod on every Node. Perfect for node-level agents (like log forwarders or network plugins).Kubernetes Deployment YAML Generator – Create Deployments OnlineGenerate production-ready Kubernetes Deployment YAML manifests online. Configure replicas, rollout strategies, resources, and probes securely.Helm Values Generator – Create values.yaml FilesGenerate Helm values.yaml files with chart values, image settings, resources, ingress, env vars, secrets, schema, and Kubernetes options.Kubernetes HPA GeneratorGenerate Kubernetes Horizontal Pod Autoscaler (HPA) manifests to automatically scale pods based on CPU, memory, or custom metrics.Kubernetes Ingress GeneratorGenerate Kubernetes Ingress manifests to expose HTTP and HTTPS routes from outside the cluster. Supports TLS and custom annotations.Kubernetes Job GeneratorGenerate Kubernetes Job manifests for running batch tasks, one-off scripts, and finite workloads to completion.Kustomization Generator – Create kustomization.yamlGenerate kustomization.yaml files with resources, bases, patches, labels, namespaces, ConfigMap generators, Secret generators, and Helm support.Kubernetes Namespace GeneratorGenerate Kubernetes Namespace manifests with custom labels and annotations for resource isolation and quotas.Kubernetes NetworkPolicy Generator – Create NetworkPolicy YAMLGenerate Kubernetes NetworkPolicy YAML for default deny, ingress, egress, namespace selectors, pod selectors, ipBlock, and service access rules.Kubernetes PDB Generator – Create PodDisruptionBudget YAMLGenerate Kubernetes PodDisruptionBudget YAML with minAvailable, maxUnavailable, selectors, disruption rules, and availability protection.Kubernetes PersistentVolume Generator – Create PV YAMLGenerate Kubernetes PersistentVolume YAML for hostPath, NFS, storage capacity, access modes, reclaim policy, and persistent storage.Kubernetes PVC Generator – Create PersistentVolumeClaim YAMLGenerate Kubernetes PVC YAML with storageClassName, access modes, storage requests, reclaim notes, and persistent storage examples.Kubernetes Pod GeneratorGenerate raw Kubernetes Pod manifests for testing, debugging, or static pods.Kubernetes RBAC GeneratorGenerate Kubernetes RBAC manifests: Roles, ClusterRoles, RoleBindings, and ClusterRoleBindings.Kubernetes ResourceQuota Generator – Create Quota YAMLGenerate Kubernetes ResourceQuota YAML for namespace CPU, memory, pods, storage, services, objects, and quota limits.Kubernetes Secret GeneratorGenerate Kubernetes Secret manifests using stringData. Securely create Opaque, TLS, and Registry secrets without manual base64 encoding.Kubernetes Service GeneratorGenerate Kubernetes Service manifests to expose your deployments securely. Supports ClusterIP, NodePort, and LoadBalancer configurations.Kubernetes StatefulSet GeneratorGenerate Kubernetes StatefulSet manifests for stateful applications like databases. Configure replicas, containers, ports, and Headless Services easily.

Popular Configuration Presets

Guides & Resources

Code Quality Guides

Commitlint Config Generator – Advanced Configuration GuideLearn about Commitlint Config Generator: advanced configuration guide, setup guides, and enterprise workflows for code quality.Commitlint Config Generator – Enterprise Best PracticesLearn about Commitlint Config Generator: enterprise best practices, setup guides, and enterprise workflows for code quality.Commitlint Config Generator – How to Use & Best PracticesLearn about Commitlint Config Generator: how to use & best practices, setup guides, and enterprise workflows for code quality.Commitlint Config Generator – Troubleshooting & Common ErrorsLearn about Commitlint Config Generator: troubleshooting & common errors, setup guides, and enterprise workflows for code quality.Commitlint Config Generator – Alternatives & ComparisonsLearn about Commitlint Config Generator: alternatives & comparisons, setup guides, and enterprise workflows for code quality.Commitlint Config Generator – What Is It & How It WorksLearn about Commitlint Config Generator: what is it & how it works, setup guides, and enterprise workflows for code quality.ESLint Config Generator – Advanced Configuration GuideLearn about ESLint Config Generator: advanced configuration guide, setup guides, and enterprise workflows for code quality.ESLint Config Generator – Enterprise Best PracticesLearn about ESLint Config Generator: enterprise best practices, setup guides, and enterprise workflows for code quality.ESLint Config Generator – How to Use & Best PracticesLearn about ESLint Config Generator: how to use & best practices, setup guides, and enterprise workflows for code quality.ESLint Config Generator – Troubleshooting & Common ErrorsLearn about ESLint Config Generator: troubleshooting & common errors, setup guides, and enterprise workflows for code quality.ESLint Config Generator – Alternatives & ComparisonsLearn about ESLint Config Generator: alternatives & comparisons, setup guides, and enterprise workflows for code quality.ESLint Config Generator – What Is It & How It WorksLearn about ESLint Config Generator: what is it & how it works, setup guides, and enterprise workflows for code quality.Husky Config Generator – Advanced Configuration GuideLearn about Husky Config Generator: advanced configuration guide, setup guides, and enterprise workflows for code quality.Husky Config Generator – Enterprise Best PracticesLearn about Husky Config Generator: enterprise best practices, setup guides, and enterprise workflows for code quality.Husky Config Generator – How to Use & Best PracticesLearn about Husky Config Generator: how to use & best practices, setup guides, and enterprise workflows for code quality.Husky Config Generator – Troubleshooting & Common ErrorsLearn about Husky Config Generator: troubleshooting & common errors, setup guides, and enterprise workflows for code quality.Husky Config Generator – Alternatives & ComparisonsLearn about Husky Config Generator: alternatives & comparisons, setup guides, and enterprise workflows for code quality.Husky Config Generator – What Is It & How It WorksLearn about Husky Config Generator: what is it & how it works, setup guides, and enterprise workflows for code quality.Lint-Staged Generator – Advanced Configuration GuideLearn about Lint-Staged Generator: advanced configuration guide, setup guides, and enterprise workflows for code quality.Lint-Staged Generator – Enterprise Best PracticesLearn about Lint-Staged Generator: enterprise best practices, setup guides, and enterprise workflows for code quality.Lint-Staged Generator – How to Use & Best PracticesLearn about Lint-Staged Generator: how to use & best practices, setup guides, and enterprise workflows for code quality.Lint-Staged Generator – Troubleshooting & Common ErrorsLearn about Lint-Staged Generator: troubleshooting & common errors, setup guides, and enterprise workflows for code quality.Lint-Staged Generator – Alternatives & ComparisonsLearn about Lint-Staged Generator: alternatives & comparisons, setup guides, and enterprise workflows for code quality.Lint-Staged Generator – What Is It & How It WorksLearn about Lint-Staged Generator: what is it & how it works, setup guides, and enterprise workflows for code quality.Prettier Config Generator – Advanced Configuration GuideLearn about Prettier Config Generator: advanced configuration guide, setup guides, and enterprise workflows for code quality.Prettier Config Generator – Enterprise Best PracticesLearn about Prettier Config Generator: enterprise best practices, setup guides, and enterprise workflows for code quality.Prettier Config Generator – How to Use & Best PracticesLearn about Prettier Config Generator: how to use & best practices, setup guides, and enterprise workflows for code quality.Prettier Config Generator – Troubleshooting & Common ErrorsLearn about Prettier Config Generator: troubleshooting & common errors, setup guides, and enterprise workflows for code quality.Prettier Config Generator – Alternatives & ComparisonsLearn about Prettier Config Generator: alternatives & comparisons, setup guides, and enterprise workflows for code quality.Prettier Config Generator – What Is It & How It WorksLearn about Prettier Config Generator: what is it & how it works, setup guides, and enterprise workflows for code quality.

Information & Legal