Kubernetes

Deploy Sherlock Agent in Kubernetes

Learn how to deploy Datasherlock on a Kubernetes cluster seamlessly. Follow these steps to set up and configure Datasherlock for your Kubernetes environment

Setup Kubernetes

If you don't already have a Kubernetes cluster like EKS, GKE, or AKS, you can create one using Kind:

Register Database Metadata with Datasherlocks

You can register your database's metadata with Datasherlocks. Below is an example configuration for MySQL:

Use the following command to register an agent with the Datasherlocks cloud. It will provide you with a token and a remote link. Make sure to keep these credentials secure:

Create values.yaml

Deploy a agent on production

Deploy the agent on production using Helm. First, add the Datasherlocks Helm repository:

Then, install the MySQL agent with the following command, providing the necessary parameters:

SSO Config

Create values.yaml

Upgrade helm deployment

Last updated