Lukas Gentele

DevSpace — Build, test and run code directly in any Kubernetes cluster.

4

With a DevSpace, you can build, test and run code directly inside any Kubernetes cluster. You can run "devspace up" in any of your projects and the client-only DevSpace CLI will start a DevSpace within your Kubernetes cluster. Keep coding as usual and the DevSpace CLI will sync any code change directly into the containers of your DevSpace.

Add a comment

Replies
Best
Christian Schreckenberger
How is this tool different from skaffold and draft?
Lukas Gentele
@cschreck skaffold and draft rebuild and redeploy your container images on every file change. A DevSpace lets you use hot reloading and only syncs changed files to a running container inside Kubernetes. It only builds and deploys your image when you change the Dockerfile. Using hot reloading with your DevSpace will save you a lot of time during your dev workflow.
Lukas Gentele
The main goal of this project: ⏱ No more waiting for re-building images, re-deploying containers and restarting applications on every source code change. Simply edit your code with any IDE and run your code instantly inside your DevSpace. 🚀 Very much looking forward to your feedback!! PS: This is an open source project, so any kind of contribution is highly welcome!