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

Add support for job workers alongside deployment #131

Open
yorinasub17 opened this issue Apr 21, 2022 · 0 comments
Open

Add support for job workers alongside deployment #131

yorinasub17 opened this issue Apr 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@yorinasub17
Copy link
Contributor

Describe the solution you'd like
#24 is for tracking a new helm chart for packaging applications into a Job or CronJob, assuming that is the main deployment model of the app (e.g., a batch processing job, or periodic scanner app that scans for vulnerabilities).

However, there are use cases for a Job or CronJob to augment a service deployment, such as for running a one time database migration on upgrades. For this use case, it is better to embed the Job/CronJob resource in the k8s-deployment helm chart.

This ticket is for tracking the integration between the k8s-job and k8s-service charts so that k8s-service can be used to invoke k8s-job to deploy one time tasks for the app.

@yorinasub17 yorinasub17 added the enhancement New feature or request label Apr 21, 2022
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

No branches or pull requests

1 participant