devspace icon indicating copy to clipboard operation
devspace copied to clipboard

Supports non k8s environments

Open mmm8955405 opened this issue 2 years ago • 4 comments

Supports non k8s environments For example: Docker Podman

mmm8955405 avatar Oct 11 '23 07:10 mmm8955405

@mmm8955405 thanks a lot for creating this issue! Its not a priority for us right now, but good idea!

FabianKramm avatar Oct 11 '23 11:10 FabianKramm

@mmm8955405 I can highly recommend k3d which will run on both Docker and Podman.

madhavajay avatar Oct 16 '23 05:10 madhavajay

@mmm8955405 I can highly recommend k3d which will run on both Docker and Podman.

This is a bad idea, and those who use Docker and Podman may not like k8s. And I have tried using k3s on Docker. But strange errors make it difficult for people to find a solution

mmm8955405 avatar Oct 16 '23 07:10 mmm8955405

@mmm8955405 I can highly recommend k3d which will run on both Docker and Podman.

This is a bad idea, and those who use Docker and Podman may not like k8s. And I have tried using k3s on Docker. But strange errors make it difficult for people to find a solution

Why is this a bad idea? Kubernetes is more than just containers. You can re-implement all that yourself but you end up swimming against the tide. The solution here is to miniaturize the kubernetes standard enough that it can be run in a single VM style scenario. That is what kind and k3d / k3s and other projects are doing.

madhavajay avatar Nov 06 '23 01:11 madhavajay

FWIW, there is devpod.sh now. Closing since DevSpace will remain Kubernetes specific.

lizardruss avatar Apr 30 '24 18:04 lizardruss