- 22 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Step 2 - Consol admin Access
- Updated on 22 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
22/01/2024: Document initialization (Ops)
Administration Console Installation
Follow these steps to install and access your administration console:
I. Existing Cluster (Part 1)
1. Environment Preparation:
Execute the following command to install the KOTS management tool:
sudo curl https://kots.io/install | bash
2. Application Deployment:
Start the installation of your application with the command:
kubectl kots install lighton-paradigm/[channelName]
Make sure to replace [channelName] with the actual channel name and add any other instructions specific to your product or environment.
3. Initial Configuration:
Enter the desired namespace and set an administrator password when prompted.
4. Console Access:
- Access the console via:
http://localhost:8800
If port 8800 is already in use or unavailable, KOTS will assign a random and available port.
- Console Management:
If the admin console is closed, you can relaunch it with:
kubectl kots admin-console --namespace[channelName]
Keep these details for the ongoing management of your application.
Ensure to replace [channelName] with the actual channel name and add any other instructions specific to your product or environment. (Password and NameSpace)
I. Cluster Creation (Part 2)
1. Environment Preparation:
Execute the following command to install the KOTS management tool and the cluster:
curl -sSL https://kurl.sh/lighton-paradigm-[channelName] | sudo bash
2. Application Deployment:
Start the installation of your application with the command:
kubectl kots install lighton-paradigm/[channelName]
Make sure to replace [channelName] with the actual channel name and add any other instructions specific to your product or environment.
3. Initial Configuration:
Enter the desired namespace and set an administrator password when prompted.
4. Console Access:
- Access the console via:
http://localhost:8800
If port 8800 is already in use or unavailable, KOTS will assign a random and available port.
- Console Management:
If the admin console is closed, you can relaunch it with:
kubectl kots admin-console --namespace[channelName]
Keep these details for the ongoing management of your application.
Ensure to replace [channelName] with the actual channel name and add any other instructions specific to your product or environment. (Password and NameSpace)