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

kurtosis-engine-xxx is a mere pod, not a Deployment #2617

Open
0x416e746f6e opened this issue Jan 2, 2025 · 0 comments
Open

kurtosis-engine-xxx is a mere pod, not a Deployment #2617

0x416e746f6e opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working cli For bugs relating to the CLI painful Painful bug

Comments

@0x416e746f6e
Copy link

What's your CLI version?

1.4.3

Description & steps to reproduce

When kurtosis deploys its engine to a k8s cluster, it creates a Pod, not a Deployment.

Pods do not enjoy same guarantees as deployments. E.g. if the node it runs on is re-provisioned the Pod will be gone and not recreated on another Node.

Desired behavior

Kurtosis engine in k8s must be either a Deployment (if it's stateless) or a StatefulSet (if it's stateful).

What is the severity of this bug?

Painful; this is causing significant friction in my workflow.

What area of the product does this pertain to?

CLI: the Command Line Interface

@0x416e746f6e 0x416e746f6e added the bug Something isn't working label Jan 2, 2025
@github-actions github-actions bot added cli For bugs relating to the CLI painful Painful bug labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli For bugs relating to the CLI painful Painful bug
Projects
None yet
Development

No branches or pull requests

1 participant