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

Allow selecting type of the deployment in k8s #2611

Open
0x416e746f6e opened this issue Dec 18, 2024 · 0 comments
Open

Allow selecting type of the deployment in k8s #2611

0x416e746f6e opened this issue Dec 18, 2024 · 0 comments
Labels
cli For bugs relating to the CLI feature request painful Painful bug

Comments

@0x416e746f6e
Copy link

Background & motivation

We would like to run kurtosis managed stack for long-ish durations (like a week) for stress-testing, memory leaks detection, chaos-engineering, and so forth.

For this, it would be great if we can configure the type of the workload that kurtosis would create (i.e. Pod, Deployment, StatefulSet, DaemonSet).

Desired behaviour

Currently kurtosis only uses Pod resources for the workloads. These do not survive host migrations, and would not be recreated if killed externally.

Also, for the storage in k8s kurtosis uses PVCs. It would make more sense to use StatefulSets in those situations.

How important is this to you?

Painful; the lack of this feature makes using Kurtosis frictionful.

What area of the product does this pertain to?

CLI: the Command Line Interface

@github-actions github-actions bot added cli For bugs relating to the CLI painful Painful bug labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI feature request painful Painful bug
Projects
None yet
Development

No branches or pull requests

1 participant