# Kubernetes YAML Samples

Complete Kubernetes YAML manifests for Deployment, Service, ConfigMap, Secret, Ingress and other essential resources

> Canonical page: https://elysiatools.com/en/samples/kubernetes-yaml

- **Category:** Container Orchestration

- **Keywords:** kubernetes, yaml, deployment, service, configmap, ingress, containers

## Overview

Complete Kubernetes YAML manifests for Deployment, Service, ConfigMap, Secret, Ingress and other essential resources

## Examples

- **Basic Kubernetes Deployment**: Simple deployment manifest for running a web application with multiple replicas
- **Node.js Application with Database**: Complete Node.js application setup with PostgreSQL database, environment variables, and health checks
- **Ingress with SSL Termination**: Advanced ingress configuration with SSL certificates, path-based routing, and load balancing
- **CronJob with Monitoring**: Scheduled jobs with monitoring, alerting, and failure handling mechanisms

## When to use

- Use this sample set when you want reference inputs for Kubernetes YAML Samples.
- Use it to preview output formats and compare related sample variants.

## How it works

- Open a sample entry to inspect the prepared example payload or asset.
- Compare it with related tools to understand how the workflow connects.

## Use cases

- Basic Kubernetes Deployment
- Node.js Application with Database
- Ingress with SSL Termination
- CronJob with Monitoring

## Frequently asked questions

### What is included in Kubernetes YAML Samples?

This page includes curated sample entries, related tools, and neighboring sample collections for Kubernetes YAML Samples.

## Related tools

- [HCL-YAML Converter](https://elysiatools.com/en/tools/hcl-yaml-converter): Convert between HashiCorp Configuration Language (HCL) and YAML formats for Terraform configurations
- [TOML-YAML Converter](https://elysiatools.com/en/tools/toml-yaml-converter): Convert between TOML and YAML formats with support for complex data structures and configuration files
- [YAML File Merger](https://elysiatools.com/en/tools/yaml-merger): Merge multiple YAML files with various strategies (deep merge, overwrite, combine arrays, etc.)
- [TOML / INI / HCL / .env / Nix / dotenv ⇄ Kubernetes ConfigMap & Secret Config Format Bridge](https://elysiatools.com/en/tools/toml-ini-hcl-envfile-nix-dotenv-kubernetes-configmap-secret-config-format-bridge): Convert configuration files between dotenv .env, TOML, INI, Java .properties, YAML, JSON, HCL (Terraform/Vagrant native syntax) and Nix attribute sets, and emit Kubernetes ConfigMap or Secret manifests. Template placeholders (${VAR}, {{var}}, envsubst) are preserved verbatim, type inference provenance (string/int/float/bool/list) is tracked, HCL block labels fold into nested keys, and a round-trip diff calls out non-equivalent settings — dropped keys, re-typed values and rewrites — instead of coercing them silently.
- [YAML Formatter](https://elysiatools.com/en/tools/yaml-formatter): Format and beautify YAML. Note: comments are lost (js-yaml limitation)
- [YAML-JSON Converter](https://elysiatools.com/en/tools/yaml-json-converter): Convert between YAML and JSON formats
- [Config File Semantic Diff](https://elysiatools.com/en/tools/config-file-semantic-diff): Compare JSON, YAML, TOML, and dotenv configurations by key path while ignoring ordering and formatting noise.
- [CSV Flavor to SQL INSERT Emitter](https://elysiatools.com/en/tools/csv-flavor-to-sql-insert-emitter): Parse CSV/Excel-CSV/TSV (auto dialect, RFC 4180) into MySQL/PostgreSQL/SQLite/SQL Server INSERT batches with type inference and ON CONFLICT/IGNORE

## Related content

- [Docker & Kubernetes Samples](https://elysiatools.com/en/samples/docker-kubernetes): Essential container orchestration examples including Dockerfiles, Docker Compose, and Kubernetes manifests for modern application deployment
- [Grafana Advanced Application Samples](https://elysiatools.com/en/samples/grafana-samples): Comprehensive Grafana samples covering advanced dashboard design, alerting configurations, data source integrations, and plugin development
- [YAML Viewer Samples](https://elysiatools.com/en/samples/yaml-viewer-samples): Sample YAML files (app config, docker-compose, k8s) for the in-browser YAML Viewer
- [Docker Compose Samples](https://elysiatools.com/en/samples/docker-compose-samples): Docker Compose configuration examples for container orchestration and multi-service applications
- [Distributed Tracing Samples](https://elysiatools.com/en/samples/distributed-tracing-samples): Comprehensive distributed tracing examples using Jaeger, OpenTelemetry, and other modern observability tools for microservices architecture
- [CircleCI Configuration Samples](https://elysiatools.com/en/samples/circleci-config): CircleCI configuration examples including workflows, orbs, caching, and advanced deployment strategies
