cluster.md
Cloud Desktop cluster is managed by Kubernetes. Specifically, it is a distro of Kubernetes named K3s.
For cluster management, see Cluster Management.
We use to run our k8s cluster. While leaving most configurations as default, we made the following customization,
container runtime: docker
clouddesktop-prod
Used for all active cloud desktops
The default networking backend is flannel with VXLAN as backend.
The default ingress controller is traefik.
The default storage provider is local-path. In other words, we store all cloud desktop files locally on the node.
As of May 2021