Pradeepto Bhattacharya
Pradeepto Bhattacharya
Here is a shopping list of things that need to be done. - [x] [Add unit tests](https://github.com/surajssd/kapp/issues/56) - [x] [Add command line conversion tests](https://github.com/surajssd/kapp/issues/58) - [x] [e2e tests - test...
Can we generate OpenShift templates from the application definition?
Application defined in Kedge should be able to refer Helm Charts from Kedge files. And kedge CLI should be able to use it and delegate it to helm and deploy...
We need to make sure this solution works for various container [patterns](https://www.usenix.org/system/files/conference/hotcloud16/hotcloud16_burns.pdf), at least some of them. So it would be nice to showcase them as working examples with this...
This needs some real thought. If this is done correctly, OpenCompose can become extensible by users of it.
How can this be done? Is there anything we can steal from kubernetes? Is there a golang way of generating documentation from code like Python docstrings? Can we use godoc?
How do we handle different API versions for Kubernetes objects? OpenCompose spec needs a provision such that this information can be passed as metadata which can be translated whole converting...