...
Expand |
---|
Below is the explanation of the above command: 1. |
While installing you can see the status and watchlist (Needs to update your own namespace) This needs to be opened in a separate command prompt and executed.
Run the below command to see the live status of the installation:
...
Code Block |
---|
kubectl create secret tls acexpresssecret --key="tls.key" --cert="tls.crt" --namespace ac5tmtĀ |
Expand | ||
---|---|---|
| ||
1. kubectl create secret tls
2. acexpresssecret
3. --key="tls.key"
4. --cert="tls.crt"
5. --namespace ac5tmt
|
This will create a secret in the namespace
...
Go to services, Ingress, and get the external IP
...
Bind the IP with DNS ac4tmtac5tmt.adeptia.com
Example: https://acexpress-ist-poc.adeptia.com/Portal2/#/home
...