Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Support multiple replicas of job-executor-service #104

Open
3 tasks
christian-kreuzberger-dtx opened this issue Dec 3, 2021 · 0 comments
Open
3 tasks
Labels
type:feature New feature or request that provides value to the stakeholders/end-users

Comments

@christian-kreuzberger-dtx
Copy link
Contributor

In order to scale up job-executor-service using multiple replicas, we need to define the following on the keptn/distributor:;

            - name: PUBSUB_GROUP
              valueFrom:
                fieldRef:
                  fieldPath: metadata.labels['app.kubernetes.io/name']

When scaling up job-executor-service deployment, multiple instances of keptn/distributor and job-executor-service will run, but only one replica will receive the cloudevent.

Definition of Done

  • Multiple replicas of job-executor-service can run
  • Only one replica will receive one CloudEvent
  • Multiple CloudEvents are split across multiple replicas
@christian-kreuzberger-dtx christian-kreuzberger-dtx added the type:feature New feature or request that provides value to the stakeholders/end-users label Dec 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type:feature New feature or request that provides value to the stakeholders/end-users
Projects
None yet
Development

No branches or pull requests

1 participant