Azure Installation – Helm Charts
This guide provides detailed, step-by-step instructions for installing and configuring Obsrv on Azure, utilizing Helm assuming the cluster is already created.
Installation Steps
1. Prerequisites
1. Clone the Obsrv Automation
git clone [email protected]:Sanketika-Obsrv/obsrv-automation.git
cd obsrv-automation
git checkout <latest_release_tag> # or use 'main' for the latest code2. Install Dependencies
3. Configure Cluster Access
export KUBE_CONFIG_PATH="$HOME/.kube/config"export KUBECONFIG="$HOME/.kube/obsrv-kube-config.yaml"4. Verify the Cluster
2. Helm Configurations
1. Navigate to the Helm Chart Directory
2. Update AZURE Cloud Configuration
3. Configure Domain
3. Helm Execution
4. Post-Installation Verification
1. Check Kubernetes Components
HOW TO's
1. Prerequisites To Install Obsrv
Requirement Category
Details
2.Azure Container Requirements
3.Create Azure Service Principal Credentials
Step 1: Create an App Registration
Step 2: Generate Client Secret (Key)
Last updated
