-
Notifications
You must be signed in to change notification settings - Fork 255
Add ArgoCD integration documentation #15202
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
Conversation
This adds documentation for using ArgoCD with the Pulumi Kubernetes Operator (PKO) to enable GitOps workflows for infrastructure as code. Key additions: - New dedicated ArgoCD documentation page with setup guides, advanced patterns, and best practices - Integration examples showing multi-cluster deployments and environment provisioning - Cross-references from PKO documentation and platform engineering solution pages - ArgoCD logo added to CI/CD platforms grid on continuous delivery index page The documentation shows how ArgoCD + PKO enables capabilities beyond traditional GitOps tools, such as provisioning entire Kubernetes clusters and deploying applications into them, while maintaining clean separation of concerns between GitOps orchestration and infrastructure provisioning.
|
Your site preview for commit 9a0b97a is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-15202-9a0b97ad.s3-website.us-west-2.amazonaws.com. |
|
|
||
| ## Advanced patterns | ||
|
|
||
| ### Multi-cluster deployments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do this with ApplicatonSets and using a generator for this. Thats the preferred way of Fleet management.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thoward can you make this change and then merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will follow up post-merge with an update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment but the rest LGTM
|
Fixes #15116 |
This adds documentation for using ArgoCD with the Pulumi Kubernetes Operator (PKO) to enable GitOps workflows for infrastructure as code.
Key additions:
The documentation shows how ArgoCD + PKO enables capabilities beyond traditional GitOps tools, such as provisioning entire Kubernetes clusters and deploying applications into them, while maintaining clean separation of concerns between GitOps orchestration and infrastructure provisioning.