gitkube icon indicating copy to clipboard operation
gitkube copied to clipboard

Add git push support for all apps (daemonset, statefulset)

Open dsandip opened this issue 6 years ago • 3 comments

Support for git push based deployments is currently limited to deployments. This should be extended to:

  • [ ] daemonset
  • [ ] statefulset

dsandip avatar Mar 13 '18 08:03 dsandip

Hey,

Skaffold maintainer here (github.com/GoogleCloudPlatform/skaffold). We're tackling some of these same problems, and after a quick check it seems like we might be able to help out here.

Skaffold supports arbitrary Kubernetes resources in a CI/CD system by focusing on the "application" mechanism rather than the resources themselves. We currently support Helm and kubectl apply, but will be adding other deploy/apply mechanisms shortly.

Any interest in collaborating here?

dlorenc avatar Mar 13 '18 16:03 dlorenc

Hey @dlorenc

Very interesting. We should definitely talk! You can reach out to me at tiru{AT}hasura.io

tirumaraiselvan avatar Mar 13 '18 18:03 tirumaraiselvan

Correct link is... https:///github.com/GoogleCloudPlatform/skaffold

Learning and I'd like to help in both areas!

marcellodesales avatar Mar 16 '18 02:03 marcellodesales