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

Ephemeral pods #77

Open
1 task
zx-999 opened this issue Jan 3, 2025 · 0 comments
Open
1 task

Ephemeral pods #77

zx-999 opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@zx-999
Copy link
Contributor

zx-999 commented Jan 3, 2025

Problem

Currently, Kubernetes focuses on persistent workloads, but ephemeral services do not require persistent resources after the job is complete. Ephemeral pods will introduce light-weight pods that can be automatically spun up or killed after completing specific tasks.

Solution

We can offer the option of labeling a pod as ephemeral when creating or deploying it. These pods can be scaled up or down based on demand, and automatic cleanup functionality can discard after the job is done or after a timeout.

Additional information

No response

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@zx-999 zx-999 added the enhancement New feature or request label Jan 3, 2025
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