Installing Gremlin on GKE Autopilot
Supported platforms:
Gremlin supports GKE Autopilot using the standard Kubernetes agent. The Gremlin Helm Chart is the recommended way to install the agent, but you can also install it manually.
In addition to the agent, you’ll also need to install our allowlist in your cluster. This grants the Gremlin agent permission to access the required Linux capabilities.
To install Gremlin to a GKE Autopilot cluster:
- Copy the YAML below to a file and save it.
- Deploy the manifest to your cluster, e.g. using
kubectl apply -f gremlin-allowlist.yaml
. Wait until the synchronizer reports a Ready status.- You can monitor its progress using the command
kubectl wait --for=condition=Ready allowlistsynchronizer/gremlin
.
- You can monitor its progress using the command
- Install, authenticate, and configure the Gremlin agent using either the Helm instructions (recommended) or the manual Kubernetes installation instructions.
Troubleshooting
If you’re having trouble deploying the allowlist, please check the Google Cloud documentation first. If you continue to experience problems, contact us.