You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://spectrum.chat/devspace)
7
7
8
-
With the DevSpace CLI, developers can build cloud-native applications directly inside a Kubernetes cluster. It works with any self-hosted Kubernetes cluster (e.g. minikube or baremetal) as well as with managed Kubernetes clusters provided by cloud platforms, e.g. Google Kubernetes Engine.
8
+
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. 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.
9
9
10
10
## Why use a DevSpace?
11
-
Your DevSpace lets you build, test and run code directly inside a Kubernetes cluster and:
12
-
- Allows you to access cluster-internal services and data with ease
13
-
- Works perfectly with your favorite **hot reloading** tools (e.g. nodemon)
14
-
- Lets you iterate quickly: no more re-building and pushing images on every change
15
-
- Integrates into your existing workflow: **code with your favorite IDE** and desktop tools
16
-
- Allows you to build, test and run code directly inside Kubernetes (via **real-time code synchronization**)
17
-
- Supports efficient debugging through port forwarding and terminal proxying
18
-
- Provides **automatic image building** without the need to install Docker
19
-
- Lets you migrate to Docker & Kubernetes within minutes
20
-
- Works with any Kubernetes cluster (e.g. minikube, self-hosted or cloud platform)
11
+
Program inside any Kubernetes cluster (e.g. minikube, self-hosted or cloud platform) and:
12
+
- iterate quickly: no more re-building and pushing images on every change
13
+
- save time with **hot reloading** tools (e.g. nodemon)
14
+
- keep your existing workflow: **code with your favorite IDE** and desktop tools
15
+
- access cluster-internal services and data with ease
16
+
- debug efficiently with port forwarding and terminal proxying
17
+
- migrate to Docker & Kubernetes within minutes
18
+
19
+
## Demo
20
+
coming soon
21
+
22
+
## Installation
23
+
These commands will install the devspace CLI and add it to the PATH environment variable. For more details, see the full [Install Guide](https://devspace.covexo.com/docs/getting-started/installation.html).
0 commit comments