Platform

For a Datasentinel deployment within Docker, use kubectl to download, install, and initiate Datasentinel components.

Deploy Platform

kubectl apply -f https://raw.githubusercontent.com/datasentinel/datasentinel_toolkit/master/docker/platform-kubernetes.yml
  • All the components are deployed in a single Pod.

  • A service of type LoadBalancer is created to expose the https port (default 30443)

  • 2 volumes are created to store data.

The load balancer currently exposes port 30443 by default. Feel free to personalize this port configuration to align with your specific requirements.

To connect to the UI:

  • host: https://<<your_host>>:30443

  • user: datasentinel

  • password: datasentinel (Change it at first connection)

Following this, you can proceed with configuring the license key. If you do not have one, you have the option to request a free 30-day trial.

🆓pageFree Trial

Please refer to the provided instructions for enabling the license key

🔑pageLicense

Metrics are stored in InfluxDB wich can be disk and memory consuming.

Be careful to size your environment accordingly depending on the number of instances to monitor and the retention you want

The Volume influx-data is used to store metrics

The volume pg-data remains small

Last updated