Cloud Desktop cluster is managed by Kubernetes. Specifically, it is a distro of Kubernetes named K3sarrow-up-right.
K3s
For cluster management, see Cluster Management.
We use k3sarrow-up-right to run our k8s cluster. While leaving most configurations as default, we made the following customization,
k3s
container runtime: docker
docker
clouddesktop-prod
Main namespace
Used for all active cloud desktops
clouddesktop-dev
For testing cloud desktop images
The default networking backend is flannel with VXLAN as backend.
flannel
The default ingress controller is traefik.
traefik
The default storage provider is local-path. In other words, we store all cloud desktop files locally on the node.
local-path
As of May 2021
robotics-rover1
Master
robotics-rover2
Agent
Last updated 2 years ago
Was this helpful?