carvel-dev / ytt

YAML templating tool that works on YAML structure instead of text
https://carvel.dev/ytt
Apache License 2.0
1.68k stars 137 forks source link

Getting started with ytt - tutorial part 1 #761

Closed vmunishwar closed 2 years ago

vmunishwar commented 2 years ago

A Kubernetes user has a lot of yaml to manage. The user got to know about ytt but has no idea of what ytt is and how it can be helpful would like to try ytt to manage the configurations. Part 1 - This part provides an easy, step-by-step tutorial to introduce ytt and help new users get started quickly.

  1. Introduction to ytt
  2. What problems is ytt solving?
  3. Demo on ytt playground covering following scenarios: • Simple Hello World Example • Extracting variables • Using functions • Loading data values • Using conditionals if/end • Using for loops
  4. Steps to run ytt locally