Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/uis/radar-flux-fleet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/uis/radar-flux-topology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/en/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ These open source projects offer a dedicated graphical user interface for Flux.
| [controlplaneio-fluxcd/flux-operator](https://fluxoperator.dev/web-ui/) | Mission Control for GitOps - A lightweight, mobile-friendly web interface providing real-time visibility into your GitOps pipelines. Embedded directly within the Flux Operator comes with SSO support via OIDC & Kubernetes RBAC for multi-tenant clusters. |
| [dgunzy/flux9s](https://github.com/dgunzy/flux9s) | flux9s is a K9s-inspired terminal UI for monitoring and managing Flux GitOps resources. It provides real-time monitoring via the Kubernetes Watch API, supports operations like suspend, resume, reconcile, and offers dependency graphs, reconciliation history, and cross-namespace resource views. See the [documentation](https://flux9s.ca) for more details. |
| [gimlet-io/capacitor](https://github.com/gimlet-io/capacitor) | Capacitor is a general purpose Flux UI to debug Flux and application issues. Apply [these manifests](https://github.com/gimlet-io/capacitor?tab=readme-ov-file#flux) to install it. |
| [skyhook-io/radar](https://github.com/skyhook-io/radar) | Radar is an open-source Kubernetes UI with a Flux workspace for Kustomizations and HelmReleases, source and dependency topology, managed-resource views, condition-based failure diagnosis, and reconcile, sync-with-source, suspend/resume operations. See the [Flux integration documentation](https://radarhq.io/docs/features/integrations/flux). |
| [headlamp/flux-plugin](https://github.com/headlamp-k8s/plugins/tree/main/flux) | Headlamp is a Kubernetes UI extensible through plugins. The Flux plugin for Headlamp allows visualizing Flux and performing common operations like quick syncing, suspending/resuming, and others. See the plugin [README](https://github.com/headlamp-k8s/plugins/tree/main/flux#readme) for installation instructions. |
| [freelensapp/freelens-fluxcd-extension](https://github.com/freelensapp/freelens-fluxcd-extension) | [Freelens](https://freelens.app) is a free and open-source user interface designed for managing Kubernetes clusters. It provides a standalone application compatible with macOS, Windows, and Linux operating systems. This extension visualizes Flux resources and allows performing operations on them. |
| [vmware-tanzu/kubeapps](https://github.com/vmware-tanzu/kubeapps) | Kubeapps is an in-cluster web-based application that enables users with a one-time installation to deploy, manage, and upgrade applications on a Kubernetes cluster. Read [the documentation](https://kubeapps.dev/docs/latest/tutorials/managing-flux-packages) for managing Flux packages using Kubeapps. |
Expand Down
11 changes: 6 additions & 5 deletions layouts/shortcodes/blocks/flux_ui_galleries.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{{ $one := slice "Flux Operator" "/img/uis/flux-operator-*.png" "flux-operator" }}
{{ $two := slice "Capacitor" "/img/uis/capacitor-*.png" "cap" }}
{{ $three := slice "Flux Plugin for Headlamp" "/img/uis/flux-headlamp-plugin-*.png" "headlamp" }}
{{ $four := slice "Freelens" "/img/uis/freelens-*.png" "slug-freelens" }}
{{ $five := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
{{ $six := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
{{ $data := slice $one $two $three $four $five $six }}
{{ $three := slice "Radar" "/img/uis/radar-flux-*.png" "radar" }}
{{ $four := slice "Flux Plugin for Headlamp" "/img/uis/flux-headlamp-plugin-*.png" "headlamp" }}
{{ $five := slice "Freelens" "/img/uis/freelens-*.png" "slug-freelens" }}
{{ $six := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
{{ $seven := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
{{ $data := slice $one $two $three $four $five $six $seven }}

{{ range $data }}
{{ $title := index . 0 }}
Expand Down
Loading