AWS Installation – Helm Charts
This guide provides detailed, step-by-step instructions for installing and configuring Obsrv on AWS, utilizing Helm assuming the cluster is already created.
Installation Steps
1. Prerequisites
1. Clone the Obsrv Automation and Enterprise Repositories
git clone [email protected]:Sanketika-Obsrv/obsrv-automation.git
cd obsrv-automation
git checkout <latest_release_tag> # or use 'main' for the latest codegit clone [email protected]:Sanketika-Obsrv/enterprise-automation.git
cd enterprise-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"4. Verify the Cluster
2. Helm Configurations
1. Navigate to the Helm Chart Directory
2. Update AWS 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. IAM Role Requirements (IRSA)
3.S3 Bucket Requirements
Last updated
