Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 7 Go Argo Projects
-
Project mention: Real Time DevOps Project | Deploy to Kubernetes Using Jenkins | End to End DevOps Project | CICD | dev.to | 2023-09-29
$ kubectl create namespace argocd //Next, let's apply the yaml configuration files for ArgoCd $ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml //Now we can view the pods created in the ArgoCD namespace. $ kubectl get pods -n argocd //To interact with the API Server we need to deploy the CLI: $ curl --silent --location -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/v2.4.7/argocd-linux-amd64 $ chmod +x /usr/local/bin/argocd //Expose argocd-server $ kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "LoadBalancer"}}' //Wait about 2 minutes for the LoadBalancer creation $ kubectl get svc -n argocd //Get pasword and decode it. $ kubectl get secret argocd-initial-admin-secret -n argocd -o yaml $ echo WXVpLUg2LWxoWjRkSHFmSA== | base64 --decode
-
Project mention: Creators of Argo CD Release New OSS Project Kargo for Next Gen Gitops | news.ycombinator.com | 2023-09-18
Dagger looks more comparable to Argo Workflows: https://argoproj.github.io/argo-workflows/ That's the first of the Argo projects, which can run multi-step workflows within containers on Kubernetes.
For what it's worth, my colleagues and I have had great luck with Argo Workflows and wrote up a blog post about some of its advantages a few years ago: https://www.interline.io/blog/scaling-openstreetmap-data-wor...
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
Orkestra
Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent helm charts and their dependencies (by Azure)
-
rollouts-plugin-trafficrouter-gatewayapi
The Argo Rollouts plugin implementing the Kubernetes Gateway API specification for using different traffic providers in progressive delivery scenarios
Project mention: A Comprehensive Guide to API Gateways, Kubernetes Gateways, and Service Meshes | dev.to | 2023-06-08Other projects like Flagger and Argo Rollouts have also integrated with the Gateway API.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Go Argo related posts
- Real Time DevOps Project | Deploy to Kubernetes Using Jenkins | End to End DevOps Project | CICD
- Creators of Argo CD Release New OSS Project Kargo for Next Gen Gitops
- (Not) to Write a Pipeline
- FluxCD vs Weaveworks
- Helm Template Command
- Using ArgoCD Pull Request Generator to review application modifications
- Orchestration poll
-
A note from our sponsor - Onboard AI
getonboard.dev | 1 Oct 2023
Index
What are some of the best open-source Argo projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | argo-cd | 14,170 |
2 | argo | 13,473 |
3 | argo-events | 2,086 |
4 | hera | 123 |
5 | Orkestra | 103 |
6 | rollouts-plugin-trafficrouter-gatewayapi | 43 |
7 | kafkanaut | 5 |