A dashboard for displaying and monitoring Open Cluster Management (OCM) clusters, placements, cluster sets, manifest works, and addons.
Deploy OCM Dashboard using the local Helm chart:
# Install from local chart
helm install ocm-dashboard ./charts/ocm-dashboard \
--namespace ocm-dashboard \
--create-namespace
# Access via port-forward
kubectl port-forward -n ocm-dashboard service/ocm-dashboard 3000:80Open your browser at http://localhost:3000
- Architecture - System architecture and components
- Development - Development setup and workflows
- Deployment - Production deployment guide
- Configuration - Environment variables and settings
- Testing - Running tests and test structure
- Make Targets - Complete list of available make commands
- API Reference - REST API documentation
