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
For the Production-ready installation:
git clone https://github.com/kubeshop/tracetest-cloud-charts.git
cd ./tracetest-cloud-charts
-
Request a license key, here.
-
Run the setup script with a demo. Add your license key when you get prompted.
sh ./scripts/setup_kind_cluster.sh --install-demo
- 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:
https://tracetest.localdev:30000
- Access the Tracetest Web UI. You get a user and an organization created for you.https://pokeshop.localdev:30000
- Access the Pokeshop API demo to run tests.