Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet
Cluster API Add-on Provider for Fleet will auto register child clusters with fleet.
https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet
capi clusterapi fleet gitops
Last synced: about 1 month ago
JSON representation
Cluster API Add-on Provider for Fleet will auto register child clusters with fleet.
- Host: GitHub
- URL: https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet
- Owner: rancher-sandbox
- License: apache-2.0
- Created: 2024-04-10T08:39:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:32:13.000Z (8 months ago)
- Last Synced: 2024-04-30T11:38:52.792Z (8 months ago)
- Topics: capi, clusterapi, fleet, gitops
- Language: Rust
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cluster API Add-on Provider for Fleet
> NOTE: this is a work in progress. The project is looking for more contributors.
## What is Cluster API Add-on Provider for Fleet (CAAPF)?
Cluster API Add-on Provider for Fleet (CAAPF) is a Cluster API (CAPI) provider that provides integration with [Fleet](https://github.com/rancher/fleet) to enable the easy deployment of applications to a CAPI provisioned cluster.
It provides the following functionality:
- The provider will register a newly provisioned CAPI cluster with Fleet so that applications can be automatically deployed to the created cluster using GitOps.
- The provider will automatically create a [Fleet Cluster Group](https://fleet.rancher.io/cluster-group) for every [CAPI ClusterClass](https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class/). This enables you to deploy the same applications to all clusters created from the same ClusterClass.## Demo
[![asciicast](https://asciinema.org/a/659626.svg)](https://asciinema.org/a/659626)
## Getting started
You can refer to the provider documentation [here](./docs/book/src/.).
## Get in contact
You can get in contact with us via the [#cluster-api](https://rancher-users.slack.com/archives/C060L985ZGC) channel on the [Rancher Users Slack](https://slack.rancher.io/).