
Writing yet another Kubernetes templating tool
... {
spec+: {
replicas: 10,
template+: {
spec+: {
containers+: [
... (
replicas=3,
template=template)
# Instantiate the ...
Read more →