lyft / lyft/flinkk8soperator

Support deployments without duplicating clusters

Open
#190 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.