Skip to content

Add blog for implementing Kubernetes ConfigMap revisions with Pulumi and Argo Rollouts #15441

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matanbaruch
Copy link
Contributor

This PR introduces a new blog post detailing the implementation of a custom ConfigMap revision system in Kubernetes using Pulumi's ConfigMapPatch and owner references. The solution addresses challenges faced during canary deployments, particularly with AWS Spot instances, by leveraging Kubernetes' garbage collection mechanism for automatic cleanup of ConfigMaps.

Key highlights:

  • Overview of the problem with existing ConfigMap behavior during canary deployments
  • Detailed explanation of the solution using owner references and ConfigMapPatch
  • Code examples demonstrating the implementation
  • Benefits of the approach, including revision control and canary safety

Additionally, a meta image for the blog post has been added.

…h Pulumi and Argo Rollouts

This commit introduces a new blog post detailing the implementation of a custom ConfigMap revision system in Kubernetes using Pulumi's ConfigMapPatch and owner references. The solution addresses challenges faced during canary deployments, particularly with AWS Spot instances, by leveraging Kubernetes' garbage collection mechanism for automatic cleanup of ConfigMaps.

Key highlights:
- Overview of the problem with existing ConfigMap behavior during canary deployments
- Detailed explanation of the solution using owner references and ConfigMapPatch
- Code examples demonstrating the implementation
- Benefits of the approach, including revision control and canary safety

Additionally, a meta image for the blog post has been added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant