Add Fleet info to Rancher docs

This commit is contained in:
Catherine Luse
2020-09-30 01:45:59 -07:00
parent 23434ce11e
commit 7c5a752e23
2 changed files with 22 additions and 2 deletions
@@ -1,8 +1,28 @@
---
title: Fleet
title: Fleet - GitOps at Scale
shortTitle: Fleet
weight: 1
---
_Available as of Rancher v2.5_
This section is under construction.
Fleet is GitOps at scale. Fleet is designed to manage up to a million clusters. It's also lightweight enough that is works great for a [single cluster](https://fleet.rancher.io/single-cluster-install/) too, but it really shines when you get to a large scale. By large scale we mean either a lot of clusters, a lot of deployments, or a lot of teams in a single organization.
Fleet is a separate project from Rancher, and can be installed on any Kubernetes cluster with Helm.
![Architecture]({{<baseurl>}}/img/rancher/fleet-architecture.png)
Fleet can manage deployments from git of raw Kubernetes YAML, Helm charts, or Kustomize or any combination of the three. Regardless of the source, all resources are dynamically turned into Helm charts, and Helm is used as the engine to
deploy everything in the cluster. This give a high degree of control, consistency, and auditability. Fleet focuses not only on the ability to scale, but to give one a high degree of control and visibility to exactly what is installed on the cluster.
### Accessing Fleet in the Rancher UI
Fleet comes preinstalled in Rancher v2.5. To access it, go to the **Cluster Explorer** in the Rancher UI. In the top left dropdown menu, click **Cluster Explorer > Fleet.** On this page, you can edit Kubernetes resources and cluster groups managed by Fleet.
### GitHub Repository
The Fleet Helm charts are available [here.](https://github.com/rancher/fleet)
### Documentation
The Fleet documentation is at [https://fleet.rancher.io/.](https://fleet.rancher.io/)
Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB