|
|
|
|
|
by londons_explore
2762 days ago
|
|
Plain yaml files have far too much repetition for common use cases. If I have 100 microservices, and I want to run all of them in a production and staging cluster, but I want all the staging cluster jobs to have an extra environment variable/tag and have lower CPU limits, there's no way to do that without 200 yaml files, which quickly get out of sync and inconsistent. |
|