Skip to main content

Install with Helm in Kind (Simplified)

For Development Environment

This installation is meant for testing purposes only. It uses self signed certificates so your browser will show a warning about it.

For Production
  1. Install Helm and kind on your machine. Clone the official Tracetest Helm chart.
git clone https://github.com/kubeshop/tracetest-cloud-charts.git
cd ./tracetest-cloud-charts
  1. Request a license key, here.

  2. Run the setup script with a demo. Add your license key when you get prompted.

sh ./scripts/setup_kind_cluster.sh --install-demo
  1. Add the following lines to your /etc/hosts file to access Tracetest.
sudo sh -c 'echo "127.0.0.1 tracetest.localdev" >> /etc/hosts'
sudo sh -c 'echo "127.0.0.1 pokeshop.localdev" >> /etc/hosts'

This setup will configure a local kind cluster with Tracetest On-Prem and the Pokeshop API demo, with all networking and prerequisites configured to work locally. You can go to the following links: