Support deployments without duplicating clusters
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 581
- Forks
- 153
- PR merge metrics
- No merged PRs in 30d
Description
The current stable version of the operator creates a new cluster every time a new version of an application is deployed, both clusters run for the same time, and when the new application is running successfully the old cluster is removed. That's a really easy way to support rollbacks and having fast deployments.
For applications that require a lot of resources, that way of deployment is not useful because you need to allocate the double of the resources in order to support deploying new versions, resources that will not be used at all afterwards.
I was wondering if a new deployment could be created to reuse the current cluster, knowing that this will produce slower deployments and possibly without automatic rollbacks.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are identified. Start by tracing the operator's existing deployment flow and how it creates and removes clusters; define the changes needed to reuse the current cluster, including the expected behavior for slower deployments and rollback support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100