Install Obliq
Obliq is a AI-Powered infrastructure management platform designed to bring intelligence, automation, and reliability to operations across Kubernetes and AWS environments.
To install Obliq:
-
Download the installer using the following command:
wget https://smartscaler.nexus.aveshalabs.io/repository/agents/agents-installer-v[VERSION].zip
All versions are available in this location.
-
Install the
unzip
package and extract the file you just downloaded using the following commands:sudo apt-get install -y unzip
unzip agents-installer-[VERSION].zip -d agents
cd agents -
Create and update the
.env
file using the following command:cp env.sample .env
# Open .env and update it as needed -
Copy the content of the read-only Kubernetes
kubeconfig
file and add it to the~/.kube/config
file. -
Log in to the Avesha Container Registry with the provided credentials using the following command:
docker login avesha.azurecr.io
-
Run the agents using the following command:
docker compose up -d
After installing Obliq, you can use the built-in console. For more information, see Access the Obliq Console.
Delete Agents
Delete all the agents using the following command:
docker compose down --rmi all -v