-
Notifications
You must be signed in to change notification settings - Fork 238
K8s fleet management + gitops - customer case #14468
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
base: master
Are you sure you want to change the base?
Conversation
Your site preview for commit 42481f8 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14468-42481f80.s3-website.us-west-2.amazonaws.com. |
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
Your site preview for commit a884c48 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14468-a884c486.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 268131f is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14468-268131f0.s3-website.us-west-2.amazonaws.com. |
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
content/blog/kubernetes-fleet-management-with-gitops-argo-cd/index.md
Outdated
Show resolved
Hide resolved
one space one error to be fixed
Your site preview for commit b7a08e3 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14468-b7a08e35.s3-website.us-west-2.amazonaws.com. |
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.
One problem highlighted. Otherwise lgtm
To bridge the gap between their infrastructure code and Kubernetes, Imagine Learning uses Argo CD to manage a Kubernetes secret that contains the relevant metadata from their Pulumi deployments. Here's an example of how they create this secret: | ||
|
||
``` | ||
const clusterSecret = new k8s.core.v1.Secret("cluster-secret", { |
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.
Feels like the tabs got lost here.
Should indent at { like above
Your site preview for commit 35ed7b1 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-14468-35ed7b12.s3-website.us-west-2.amazonaws.com. |
This article is based on the PulumiUP 2024 by Imagine Learning on Kubernetes Fleet Management using Pulumi. Social proof article.
Other keywords/topics: GitOps / Argo CD
Note: I have not yet found the ideal page in pulumi.com to send them to for the specific topics vs broader ones.