Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

Section 05: YAML Practical Real Examples

📚 Real-World YAML Examples

This section focuses on practical YAML use cases, providing real-world examples from cloud and container orchestration platforms.

📁 Files

  • azure_pipeline.yml: An example YAML configuration for setting up an Azure DevOps pipeline.
  • k8s_sample.yml: A sample Kubernetes (k8s) configuration file, demonstrating how YAML is used to define resources in Kubernetes.

🚀 Key Learnings

  • Writing YAML for Azure Pipelines.
  • Configuring YAML for Kubernetes deployments.

Next up — let’s dive into JSON fundamentals! 📊