** This guide is meant for local testing/development only, this is not meant for production usage.**
Cluster API is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters. Learn more.
This folder contains an automated and declarative way of deploying the Telemetry Aware Scheduler using Cluster API. We will make use of the ClusterResourceSet feature to automatically apply a set of resources. Note you must enable its feature gate before running clusterctl init (with export EXP_CLUSTER_RESOURCE_SET=true).
- Cluster API deployment - Docker provider (for local testing/development only)
- Cluster API deployment - Generic provider
You can test if the scheduler actually works by following this guide: Health Metric Example