Description: Rancher Support
training (24170) fleet (1133) longhorn (40) rancher (38)
Categories Home Labs Search Tags Training Welcome! Navigate in the top right or select from the below
What do the Rancher/cattle agents do? The Rancher agents are how Rancher communicates with downstream clusters. It’s important to understand that Rancher does not create outbound connections to downstream clusters for gaining access to the Kubernetes API endpoint. This includes Rancher deployed clusters and imported clusters. There are two different agent resources deployed on Rancher managed clusters: cattle-cluster-agent cattle-node-agent cattle-cluster-agents In Rancher v2.5, the cattle-cluster-agent Dep
RKE Cluster YAML Breakdown In this article, we will be looking at the RKE Cluster YAML options and how to use them. You can find the complete list of RKE options in the RKE code rke_types.go. You can find a more examples in Rancher’s Docs. Cluster level settings This section is used to define the cluster level settings. cluster_name The cluster_name field is optional. This is the name of the cluster and is used to identify the cluster in the KubeConfig file but is not really used in the cluster....