Installation Helm chart

All components for a full Gloo Mesh Enterprise installation are available in the gloo-platform Helm chart.

Helm installations allow for extensive customization of Gloo settings, and are suitable for proof-of-concept or production setups. Within the gloo-platform chart, you can find the configuration options for all components in the following sections.

Component sectionDescription
commonCommon values shared across components. When applicable, these can be overridden in specific components.
demoDemo-specific features that improve quick setups. Do not use in production.
experimentalExperimental features for Gloo Mesh Enterprise. Disabled by default. Do not use in production.
extAuthServiceConfiguration for the Gloo external authentication service.
glooAgentConfiguration for the Gloo agent.
glooAnalyzerConfiguration for the Gloo analyzer, which gathers data on Gloo and Istio components.
glooInsightsEngineConfiguration for the Gloo insights engine, which creates Solo insights.
glooMgmtServerConfiguration for the Gloo management server.
glooNetworkGloo Network agent configuration options.
glooPortalServerConfiguration for the Gloo Portal server deployment.
glooUiConfiguration for the Gloo UI.
istioInstallationsConfiguration for deploying managed Istio control plane and gateway installations by using the Istio lifecycle manager.
licensingGloo product licenses.
prometheusHelm values for configuring Prometheus. See the Prometheus Helm chart for the complete set of values.
rateLimiterConfiguration for the Gloo rate limiting service.
redisConfiguration for the default Redis instance.
telemetryCollectorConfiguration for the Gloo telemetry collector agents. See the OpenTelemetry Helm chart for the complete set of values.
telemetryCollectorCustomizationOptional customization for the Gloo telemetry collector agents.
telemetryGatewayConfiguration for the Gloo telemetry gateway. See the OpenTelemetry Helm chart for the complete set of values.
telemetryGatewayCustomizationOptional customization for the Gloo telemetry gateway.


You can see all possible fields that you can set for the chart by running the following command.

  helm show values gloo-platform/gloo-platform --version v2.3.23 > all-values.yaml
  

For more information about each field, see the Helm values documentation. To set up Gloo Mesh Enterprise with Helm, see the advanced installation guide.

CRD Helm chart

All CRDs that are required for a Gloo Mesh Enterprise installation are available in the gloo-platform-crds Helm chart. To see all CRD installation options, see the Helm values documentation. If you already installed the chart, you can run kubectl get crds -A | grep gloo.solo.io to see the installed CRDs.

Legacy Gloo Helm charts

The following table provides an overview of the legacy Gloo Helm chart components.

Helm chartComponentPrefixDescription
gloo-mesh-enterpriseManagement serverglooMeshMgmtServerA component of the Gloo Platform chart to deploy the management server on the management cluster.
gloo-mesh-enterpriseUIglooMeshUiA component of the Gloo Platform chart to render the UI that you can launch with the meshctl dashboard command.
gloo-mesh-enterpriseRedisglooMeshRedisAn optional component of the Gloo Platform chart to store the ID tokens you use to log in to the UI.
gloo-mesh-agentAgentglooMeshAgentThe Gloo agent, deployed on each workload cluster.
gloo-mesh-managed-installationsManaged Istio installationsmanagedInstallationsAn optional subchart for managed installations of Istio control planes and gateways in workload clusters.
ext-auth-serviceExternal authext-auth-serviceAn optional subchart of the enterprise server or agent Helm charts to configure the settings of the Gloo external auth service.
rate-limiterRate limitingrate-limiterAn optional subchart of the enterprise server or agent Helm charts to configure the settings of the Gloo rate limiting service.