-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argo-cd perimeter/integration #92
Comments
Thanks for the interest! Let me preface my answer by first explaining that I have a surface level experience with Spinnaker (from when we were evaluating its Kubernetes features ourselves), and have only read about Jenkins X. From my limited understanding, I would say the main differences are:
We haven't looked at dev tool integration, but it's definitely something we're open to. |
To summarize.. with the integration of dev tools it will be quite complete. |
/cc @jlewi What do you think about this for Kubeflow? I think that could be useful inside e full e2e example experience with the integration of dev tool. |
Could be interesting to find a place for this in the dev workflow-trail. For feebacks: https://articles.microservices.com/developer-workflow-trail-for-cloud-native-applications-request-for-feedback-a9365b64c790 |
I think this could be very useful for Kubeflow. We could potentially use it to automatically update our Kubeflow test/dev environments (kubeflow/testing#95). We'd also like to regularly rebuild our Docker images (kubeflow/kubeflow#666) Our release process is just a bunch of Argo workflows. So all we really need is a mechanism to trigger those workflows in response to GitHub events. It looks like argo-cd will provide the infrastructure needed to support that. |
@jessesuen BTW a couple of points on Jenkins X
|
@jstrachan I've seen that you have started also to integrated some of the metnioned dev tools right? |
By now the perimeter of Argo CD is pretty clear. Also we've now documented how Argo CD can be used with Kubeflow https://www.kubeflow.org/docs/use-cases/gitops-for-kubeflow/ |
Jenkins X does not require Jenkins, although it is an option. However, it can also run entirely independent leveraging Tekton. |
What is the scope of argo-cd over Jenkins X plans and Spinnaker interaction with k8s.
Also, is it planned any integration with the new emerging k8s dev tools that are starting to be discussed in sig-apps?
The text was updated successfully, but these errors were encountered: