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:
kind create cluster
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:
sherlock register --config config.yaml --name <AGENT_NAME>