1. Pre-kub: orchestration is manual through AWS EC2 ui
2. Kub: orchestration is automated and configuration is treated as code (YAML, JSON, proto, whatever) and kept in revision control just like source code
3. Post-kub: orchestration is manual through a ui
In all seriousness I'm sure this is useful in limited cases, but for most the right answer isn't some fancy UI, its middleware or some layer on top of kubernetes that allows you to automate away the toil-y parts of YAML, but keep the flexibility.
EDIT: line breaks.