Skip to content

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.
@jkodroff
Copy link
Member

@matanbaruch Deepest apologies for this PR sitting for so long without any followup. I've alerted a few folks internally to your post and you should see some action on it soon.

@pulumi pulumi deleted a comment from claude bot Oct 22, 2025
@EronWright EronWright self-requested a review October 23, 2025 05:06
@jkodroff jkodroff self-assigned this Oct 23, 2025
@jkodroff jkodroff removed their assignment Oct 24, 2025
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.

3 participants