some honest feedback from someone avidly using K8s since 1.1.<p>- im not sure what k8s problem this is solving. the first thing your talking about is building docker images, which k8s has nothing to do with.
- are the k8s config files accessible? where are they?
- the sanic.yaml file looks like yet another DSL i need to learn. how is that simplifying things for me? i have no idea what your example config file is doing either, none of it seems to obviously map to anything in kubernetes.<p>This feels like more of a docker build cli than a kubernetes cli. also, does this actually create clusters? like kops does? if not, this just seems to add a tool to the toolchain rather than simplifying anything.<p>idk, maybe it's cool, but it seems complicated.