Workspace Cluster
User workspaces are deploying with an ephemeral, namespaced Kubernetes cluster. If you need to interact with this cluster...
If you prefer video from, click here for a 5min video!
From Anywhere
To view the config, run
To write the config to the default Kubernetes configuration location, run
Then run commands like
From Inside a DevBox
When inside a DevBox context (i.e. when connected to a workspace), the CLI is able to retrieve environmental information from /etc/devzero
.
In a fresh new workspace, you can immediately run:
DevZero reserves the default
namespace for it's managed deployments. Do not operate on this namespace. Adding or removing resources in this namespace will lead to undocumented behaviors and cause potential data loss.
Tutorial Video
Here's a video covering how you can access and deploy apps to your workspace's Kubernetes cluster...
Last updated