Helm Installation
Prerequisites
Before you begin, make sure your environment meets the following requirements:
- Kubernetes 1.18+
- Helm 3.0+
If you are using OpenShift, you need to use the group id from the uid-range assigned to the project. Review the section on OpenShift Deployment for more details.
If you are using a custom StorageClass, you can specify the StorageClass to use for persistent volumes. Review the section on Using a custom StorageClass instead of the default one for more details.
1. Install the Causely Agent
Step 1: Retrieve Your Access Token
- Visit https://portal.causely.app and log in.
- Click on the gear icon in the top-right corner and select
Integrations
- Click the
Details 🗝️
button and copy your access token to use in the next step.
Step 2: Install via Helm
Run the following command by replacing <my_token>
with your access token.
You can find the latest version in the Causely Portal > Gear Icon > Integrations > Agents.
helm upgrade --install causely \
--create-namespace oci://us-docker.pkg.dev/public-causely/public/causely \
--version <version> \
--namespace=causely \
--set image.tag=<version> \
--set global.cluster_name=<my_cluster_name> \
--set mediator.gateway.token=<my_token>
Step 3: Review Discovery
You have successfully installed Causely! Navigate to https://portal.causely.app to verify your environment has been discovered.
You should see entities populated in the Topology
view. As root causes are identified, they will appear in the Diagnose
and Prevent
menus.
Next Steps
Visit the Customize your Installation page to learn more about customizing your installation.
We recommend that you connect additional telemetry sources to help Causely identify root causes in your environment. Visit the Telemetry Sources page to learn more about the data sources that Causely supports.
To push insights into your workflows, visit the Workflow Integrations page.