From 7a4b8c513989209ca2a0c18dfab27bae9d1ba690 Mon Sep 17 00:00:00 2001 From: Dominik Tomasi Date: Fri, 7 Jun 2024 10:29:24 +0200 Subject: [PATCH] docs: add devspace (#305) Signed-off-by: Dominik Tomasi --- radar/2024-06-01/devspace.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 radar/2024-06-01/devspace.md diff --git a/radar/2024-06-01/devspace.md b/radar/2024-06-01/devspace.md new file mode 100644 index 0000000..603b4d5 --- /dev/null +++ b/radar/2024-06-01/devspace.md @@ -0,0 +1,18 @@ +--- +title: "DevSpace" +quadrant: tools +ring: assess +tags: [coding, devops] +--- + +## Introduction + +[DevSpace](https://www.devspace.sh/) is an open-source developer tool for Kubernetes that lets you develop and +deploy cloud-native software faster. As a "client-only" development tool, it is very simple to develop kubernetes +native applications in local or any remote cluster. + +- **Build**, test and debug applications directly inside Kubernetes +- **Develop** with hot reloading: updates your running containers without rebuilding images or restarting containers +- **Unify** deployment workflows within your team and across dev, staging and production +- **Automate** repetitive tasks for image building and deployment +- **Hot-Reloading** allows to recompile and restart Pods in local or remote clusters