# YAML Viewer Samples

Sample YAML files (app config, docker-compose, k8s) for the in-browser YAML Viewer

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

- **Category:** Development

- **Keywords:** yaml, yml, config, docker-compose, kubernetes, viewer

## Overview

Sample YAML files (app config, docker-compose, k8s) for the in-browser YAML Viewer

## Examples

- **Simple App Config**: A minimal YAML application configuration with nested keys and lists
- **Docker Compose File**: A multi-service docker-compose.yml definition
- **Kubernetes Deployment**: A Kubernetes Deployment manifest with replicas and resource limits

## When to use

- Use this sample set when you want reference inputs for YAML Viewer 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

- Simple App Config
- Docker Compose File
- Kubernetes Deployment

## Frequently asked questions

### What is included in YAML Viewer Samples?

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

## Related tools

- [YAML File Merger](https://elysiatools.com/en/tools/yaml-merger): Merge multiple YAML files with various strategies (deep merge, overwrite, combine arrays, etc.)
- [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 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.
- [Environment Config Diff Visualizer](https://elysiatools.com/en/tools/environment-config-diff-visualizer): Compare dev, staging, and production configuration bundles across JSON, YAML, TOML, or ENV formats and highlight drift, missing keys, and cleanup suggestions
- [OpenAPI to Postman Collection](https://elysiatools.com/en/tools/openapi-to-postman-collection): Turn an OpenAPI 3.x or Swagger 2.0 spec (JSON/YAML) into an importable Postman Collection v2.1.0 with folders, variables, auth and example responses.

## 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
- [Kubernetes YAML Samples](https://elysiatools.com/en/samples/kubernetes-yaml): Complete Kubernetes YAML manifests for Deployment, Service, ConfigMap, Secret, Ingress and other essential resources
- [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
- [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
- [DigitalOcean Samples](https://elysiatools.com/en/samples/digitalocean): DigitalOcean cloud platform examples including Droplets, Kubernetes, Spaces, and App Platform
- [OpenAPI/Swagger Samples](https://elysiatools.com/en/samples/openapi-swagger): Comprehensive API documentation examples using OpenAPI 3.0 and Swagger specifications for RESTful services
