This repository contains Helm charts for deploying Thand components to Kubernetes.
helm repo add thand https://helm.thand.io
helm repo update
helm install thand-agent thand/agent --namespace thand-system --create-namespace
The Thand Agent is an open-source agent for AI-ready privilege access management (PAM) and just-in-time access (JIT) to cloud infrastructure, SaaS applications and local systems.
Chart Repository: thand/agent
Documentation: charts/agent/README.md
Quick Install:
helm install thand-agent thand/agent -n thand-system --create-namespace
# Lint chart
helm lint charts/agent
# Template chart (dry-run)
helm template thand-agent charts/agent
# Install chart locally
helm install thand-agent charts/agent --namespace thand-system --create-namespace --dry-run --debug
helm package charts/agent
We welcome contributions! Please see our Contributing Guide for details.
BSL-1.1 - See LICENSE for more information.