For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deploying SNA

SNA is distributed as a Helm chart and is designed to be deployed inside the AA's own Kubernetes cluster. The Helm chart, along with all downloadable resources, is available on GitHub.

GitHub Repository

The SNA downloadables repository contains the Helm chart and the snalib distribution:

https://github.com/Sahamati/sahamatinet-agent-downloadables

Helm Chart Deployment Steps

  1. Download the contents from the repository: https://github.com/Sahamati/sahamatinet-agent-downloadables.git

  2. Refer to the README.md file in the repository root for an overview.

  3. Follow the instructions in the SETUP.md file for deployment of the container. This includes configuring the required settings and running the Helm charts.

  4. After installation, test the ping API to confirm the SNA container is up and running.

Upgrading SNA

When Sahamati releases a new version of SNA (e.g., to update schema definitions or metric logic), the upgrade process is straightforward:

  1. Download the new Helm chart version from the GitHub repository.

  2. Run a Helm upgrade command:

Last updated

Was this helpful?