Skip to content
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

Support unified deployment of Poller and Scaler to GKE #142

Merged
merged 3 commits into from
Nov 14, 2023

Conversation

henrybell
Copy link
Collaborator

This PR adds an additional build/deployment configuration for GKE, in which the Poller and Scaler components are unified in a single deployable artifact, which can be executed as a single Kubernetes cron job. This addresses the need for (mutual) authentication between the poller and scaler components, as well as the long-lived nature of the scaler service (in terms of resource utilization and efficiency). Fixes #141.

@henrybell henrybell merged commit 1731036 into master Nov 14, 2023
11 checks passed
@henrybell henrybell deleted the henrybell-unified-components branch November 14, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce a deployment pattern with unified poller and scaler components
2 participants