Mission Control for Your GitOps Pipelines
A lightweight, mobile-friendly web interface providing real-time visibility into your GitOps pipelines. Embedded directly within the Flux Operator, it requires no additional installation.
Features
Real-time Visibility
View the real-time status and readiness of all workloads managed by Flux across your cluster.
Reconciliation Tracking
Monitor the sync state of GitOps pipelines across your cluster and infrastructure in real-time.
Pinpoint Issues
Quickly identify and troubleshoot failures within your app delivery pipelines with detailed error messages.
Advanced Search
Use powerful search and filtering to find specific resources instantly across all namespaces.
Deep Dive Dashboards
Access dedicated dashboards for ResourceSets, HelmReleases, Kustomizations and Flux sources.
Favorites
Mark important resources as favorites for quick access and at-a-glance status monitoring.
Mobile-Optimized
Stay informed with a fully responsive interface designed for on-the-go checks from any device.
Adaptive Theming
Toggle between dark and light modes to suit your environment and preference.
Cluster Dashboard
Get a complete overview of your Flux installation at a glance. The cluster dashboard displays the status of all Flux controllers, recent reconciliation activity, and quick stats about your GitOps resources including Kustomizations, HelmReleases, and source repositories.
Helm Release Dashboard
Dive deep into individual HelmRelease configurations. View the current state, revision history, applied values, and any conditions or errors. Quickly identify configuration issues and track deployment progress.
Workloads Overview
Monitor all workloads managed by Flux across your cluster. See deployment status, replica counts, and health indicators for every application in your GitOps pipeline.
Powerful Search
Find any resource instantly with the advanced search functionality. Filter by type, namespace, status, or name to quickly locate specific Kustomizations, HelmReleases, or source repositories.
Favorites
Pin your most important resources for quick access. The favorites view provides an at-a-glance status of the resources you care about most, perfect for monitoring critical production deployments.
Reconciliation History
Track changes over time with the reconciliation history view. See when resources were updated, what changed, and identify patterns in your deployment pipeline.
Accessing the Status Page
The Flux Status Page is exposed on port 9080 by the flux-operator Kubernetes service.
To access the Status Page, port-forward the service to your local machine:
kubectl -n flux-system port-forward svc/flux-operator 9080:9080kubectl -n flux-system port-forward svc/flux-operator 9080:9080Then open http://localhost:9080 in your browser.
The UI is strictly read-only and doesn't show sensitive data from Kubernetes secrets. However, it does expose details about your cluster's infrastructure and app deployments. Ensure you secure access appropriately when exposing externally.