Tomas Kral
Tomas Kral
It looks good @cdrage. Helm should be also added to the comparison. Comparison Helm vs Kedge was brought in various discussions.
We could implement this by adding a new option to `create`,`apply`, `generate` subcommand. `kedge create --part=app` - to create just application resources `kedge create --part=env` - to create just environment...
I think that extension model like this will just bring confusions. We should define best practices and right workflow for working with Kedge. Let's not bend Kedge to fit every...
@kedgeproject/maintainers What are your thoughts on this? Should we create add ` ``` # to create just application resources kedge create --part=app # to create just environment resources kedge create...
agreed with `--part` being bad name :-( We will have to come up with something better., till then I'm using `--part` as a placeholder for new name ;-)
Hi, currently it is "on pause", there is no new development planned right now. It might be resurrected if we find some real use case for it, or if someone...
> If you add a Jenkinsfile like this one https://github.com/fabric8io/exposecontroller/blob/master/Jenkinsfile we can enable CI / CD for kedge on our infrastructure if you like? That would be great. I've tried...
we will have to make whole argument handling a little bit better in general. This problem will surface once we add more arguments that require validation
The case should be that if you don't want to deploy everything at once put it in separate files. Using file per service is the best practice and we should...
If a developer reached the point where he/she needs to deploy only one service from a file where multiple apps are defined then it's the point where this file should...