A Headlamp plugin for managing KubeFleet resources via a hub cluster, providing visibility into multi-cluster fleet operations.
The target cluster must have the KubeFleet CRDs and hub-agent installed. You can access the cluster using its kubeconfig.
The easiest way to get going is to try the KubeFleet quickstart using kind clusters on your local computer.
The plugin requires you have Headlamp (https://headlamp.dev/) available on your machine if you want an end-to-end debugging experience.
npm install
npm start # watch mode
npm run build
npm run tsc
npm run lint