Hacker News new | ask | show | jobs
by web007 3110 days ago
You can use any templating system you like, then "| kubectl create -f -"

I would like YAML includes, or some way to re-use templates directly. It's mildly inconvenient to have all of my env vars templated, but to require N copies for N variants on runcommand / base name / port / etc. I could Xzibit templates in my templates I suppose, by having a simpler format than YAML with #include would be awesome.