This message was deleted.
# general
a
This message was deleted.
a
AFAIK, at least in the single docker container deployment the
local
cluster is the one running in the docker container on the Rancher machine, that runs the WebUI and other managment services and operators to know which one are you connecting to, you can look to the URL of the
server
field in the kubeconfig file if ends in
k8s/clusters/local
, thats the local cluster, or the management cluster, if ends in a string like
c-m-XXXXXXXX
its your real cluster, where your workloads run, for example
k8s/clusters/c-m-xzfwzztb
m
Thanks @ancient-energy-15842. Yes i see a
local
cluster and also another cluster called
rancher-web
. Ideally Rancher cluster and the kubernetes cluster (where workloads are deployed) are separate clusters, is that a good practice?
a
that's usually the way it works by default, the local cluster runs in the VM that runs the docker container and the workload cluster runs in other VMs
m
I see but are the VMs still part of 1 single cluster?
a
at least with the docker container deployment scheme yes, with Helm I don't know really
m
Okay yes good point you made. We use helm by the way.
a
oh, then I don't know, sorry
m
no problem