ISD-Argo Full Installation via curl command
Introduction
This document provides step-by-step instructions for installing ISD-Argo with an agent on a Kubernetes cluster using a single curl command.
The installation involves the following components:
OEA(OpsMx Enterprise for Argo)-UI and associated components (Audit, Platform, Autopilot)
Argo components (ArgoCD + Argo Rollouts)
Additional supporting/common components (DB, Redis, OpenLDAP)
In Full Installation mode, you can install ISD + Master OEA (Argo components: ArgoCD+Rollouts) and you can connect worker OEAs with/without an agent.
Environment requirements:
It is assumed that you have a k8s cluster with Nginx and cert-manager already installed. If not, refer to the document here for more information on the Environment setup for ISD for Argo.
For production-grade installation, please refer to the Infrastructure requirements here.
ISD-Argo Full Installation Steps:
ISD-Argo full installation can be done using a single curl command. It is Helm in the backend. You can decide the modes as per the type of installation and provide the required inputs.
Follow the instructions below for Full Installation of ISD for Argo:
Run the following curl command for installation.
After running the above curl command, enter the following inputs.
Specify Mode of installation: ISD-ARGO
Specify Namespace: isdargo
Specify ISD-UI URL: isd.argo.opsmx.net
Specify ArgoCD URL: argocdagent.argo.opsmx.net
Specify ArgoRollout URL: argoroll.argo.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 URLs of ISD, Argo CD, Argo Rollouts and Login Credentials in the output.
Access the URLs (ISD/Argo CD/Argo Rollouts) through browser & login into application using the credentials listed below:
User Name: admin
Password: Execute the following command to retrieve the password
Now go to the ISD UI and refresh it, you will see the Agent in healthy status, which means the agent is successfully connected to ISD. Refer to the image below.
Now you can create applications in Argo CD/Argo Rollouts and they will get synced in ISD automatically.
Last updated