Skip to main content
Version: 1.0.0

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:

  1. 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.

  2. 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
  3. Create and update the .env file using the following command:

    cp env.sample .env
    # Open .env and update it as needed
  4. Copy the content of the read-only Kubernetes kubeconfig file and add it to the ~/.kube/config file.

  5. Log in to the Avesha Container Registry with the provided credentials using the following command:

    docker login avesha.azurecr.io
  6. 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