Autopilot Installation via curl command
Last updated
Was this helpful?
Last updated
Was this helpful?
This document provides step-by-step instructions for installing ISD +Agent on a Kubernetes cluster using a single curl command.
The installation involves the following components:
ISD UI and associated components (Audit, Platform, Autopilot)
Additional supporting/common components (DB, Redis, OpenLDAP)
It is assumed that you have a Kubernetes cluster with Nginx and cert-manager already installed. If not, refer to the document for more information on the Environment setup for ISD for Argo.
For production-grade installation, please refer to the Infrastructure requirements .
ISD-Autopilot installation can be done using a single curl command. It is Helm in the backend. You can decide the modes as per type of installation and provide the required inputs.
Follow the instructions below for Full Installation of ISD-Autopilot.
Run the following curl command for installation.
After running the above curl command, enter the following inputs.
Specify Mode of installation: ISD
Specify Namespace: isdargo
Specify ISD-UI URL: isd.ninja-test.opsmx.net
After passing the above parameters, the output appears as follows. Wait for the installation to complete.
Once the installation is successfully completed, you can find the URL of ISD and Login Credentials in the output.
Access the ISD URL through browser & login into application using the credentials listed below:
User Name: admin
Password: Execute the following command to retrieve the password
Once the Autopilot installation is completed and the user is able to login to ISD, the next step is to integrate Argo CD with ISD. For more information regarding Integration of Argo CD with ISD, refer to the section “” in “”.