Helm chart overview
To extensively customize the settings of your Gloo Mesh Core installation, you can use the gloo-platform
and gloo-platform-crds
Helm charts.
Installation Helm chart
All components for a full Gloo Mesh Core installation are available in the gloo-platform
Helm chart.
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.5.0-beta2 > all-values.yaml
For more information about each field, see the Helm values documentation. To set up Gloo Mesh Core with Helm, see the advanced installation guide.
CRD Helm chart
All CRDs that are required for a Gloo Mesh Core installation are available in the gloo-platform-crds
Helm chart.
By default, this Helm chart installs all CRDs that are available in Gloo Platform, including CRDs that you can use only if you have a Gloo Mesh Enterprise or Gloo Mesh Gateway license. To install only the CRDs that are relevant to Gloo Mesh Core, set installEnterpriseCrds
to false
. 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.