Skip to content

Commit 7349bf9

Browse files
authored
Merge pull request #2254 from fluxcd/backport-2252-to-v2-6
[v2-6] Add information about Freelens extension
2 parents fe3db90 + ec70976 commit 7349bf9

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed
448 KB
Loading
965 KB
Loading

content/en/ecosystem/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ as being part of the Flux Ecosystem.
4747

4848
These open source projects offer a dedicated graphical user interface for Flux.
4949

50-
| Source | Description |
51-
|-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
52-
| [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. |
53-
| [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 to visualize Flux and perform operations common operations like quick sync'ing, suspending/resuming, and others. See the plugin [README](https://github.com/headlamp-k8s/plugins/tree/main/flux#readme) for installation instructions. |
54-
| [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. |
55-
| [weaveworks/vscode-gitops-tools](https://github.com/weaveworks/vscode-gitops-tools) | GitOps Tools for Visual Studio Code: provides an intuitive way to manage, troubleshoot and operate your Kubernetes environment following the GitOps operating model |
56-
| [weaveworks/weave-gitops](https://github.com/weaveworks/weave-gitops) | Weaveworks offered a free and open source GUI for Flux under the [weave-gitops](https://web.archive.org/web/20230314183054/https://docs.gitops.weave.works/docs/intro/) project. You can install the Weave GitOps UI using a Flux `HelmRelease`, please see the [get started documentation](https://web.archive.org/web/20230927114646/https://docs.gitops.weave.works/docs/getting-started/intro/) for more details. |
50+
| Source | Description |
51+
|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
52+
| [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. |
53+
| [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 to visualize Flux and perform operations common operations like quick sync'ing, suspending/resuming, and others. See the plugin [README](https://github.com/headlamp-k8s/plugins/tree/main/flux#readme) for installation instructions. |
54+
| [freelensapp/freelens-extension-fluxcd](https://github.com/freelensapp/freelens-extension-fluxcd) | [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 to perform operations on them. |
55+
| [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. |
56+
| [weaveworks/vscode-gitops-tools](https://github.com/weaveworks/vscode-gitops-tools) | GitOps Tools for Visual Studio Code: provides an intuitive way to manage, troubleshoot and operate your Kubernetes environment following the GitOps operating model |
57+
| [weaveworks/weave-gitops](https://github.com/weaveworks/weave-gitops) | Weaveworks offered a free and open source GUI for Flux under the [weave-gitops](https://web.archive.org/web/20230314183054/https://docs.gitops.weave.works/docs/intro/) project. You can install the Weave GitOps UI using a Flux `HelmRelease`, please see the [get started documentation](https://web.archive.org/web/20230927114646/https://docs.gitops.weave.works/docs/getting-started/intro/) for more details. |
5758

5859
{{< blocks/flux_ui_galleries >}}
5960

layouts/shortcodes/blocks/flux_ui_galleries.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{{ $one := slice "Capacitor" "/img/uis/capacitor-*.png" "cap" }}
22
{{ $two := slice "Flux Plugin for Headlamp" "/img/uis/flux-headlamp-plugin-*.png" "headlamp" }}
3-
{{ $three := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
4-
{{ $four := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
5-
{{ $data := slice $one $two $three $four }}
3+
{{ $three := slice "Freelens" "/img/uis/freelens-*.png" "freelens" }}
4+
{{ $four := slice "VS Code GitOps Tools" "/img/uis/vscode-*.png" "vscode" }}
5+
{{ $five := slice "Weave GitOps" "/img/uis/wego-*.png" "wego" }}
6+
{{ $data := slice $one $two $three $four $five }}
67

78
{{ range $data }}
89
{{ $title := index . 0 }}

0 commit comments

Comments
 (0)