Skip to main content
Version: 0.27.0

Getting started Enterprise

caution

This feature is in alpha and certain aspects will change

We're very excited for people to use this feature. However, please note that changes in the API, behaviour and security will evolve. The feature is suitable to use in controlled testing environments.

This guide shows you the basics steps to start using Explorer.

Pre-requisites

Before using Explorer, please ensure that:

Setup

Explorer is enabled via configuration through the feature flag enableExplorer that you could configure in your Weave Gitops Enterprise HelmRelease values:

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: weave-gitops-enterprise
namespace: flux-system
spec:
# ... other spec components
values:
enableExplorer: true

For a complete overview on the configuration you could see configuration.

Explorer UI

Login to Weave Gitops and Explorer will be shown in the navigation menu Explorer.

Explorer UI looks as follows:

explorer

It has two main components:

  • A search dialog with filter to querying the platform resources
  • A table with the filtered resources.

For a more detailed view on the UI you could see querying.