To deploy the VSS blueprint on the AWS cloud using we are using the p4d.24xlarge (8 X A100) ubuntu instance in the us-east-2 (Ohio) region.
We were able to successfully run the OneClick script, and the node was created as expected. However, at the end of the script’s execution, the following error was displayed. In the config.yml file I have specified the availability zones also as us-east-2a and us-east-2b respectively.
After running the script, we executed the following commands to verify the deployment:
- We ran the following command to get the frontend URL:
ubuntu@ip-xxx-xx-xx-xx:~/dist$ ./envbuild.sh -f config.yml info
Output:
preparing artifacts
access_urls:
app:
backend: http://x.xx.xxx.xxx:30081/
frontend: http://x.xx.xxx.xxx:30082/
ssh_command:
app:
master: ssh -i /home/ubuntu/.ssh/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@x.xx.xxx.xxx
- As per the instructions in the blog, we SSH’d into the instance and ran the following command to list the pods. However, only one pod is listed.
ubuntu@ip-10-0-0-28:~$ kubectl get pod
Output:
NAME READY STATUS RESTARTS AGE
dnsutils 1/1 Running 0 35m
- When attempting to access the frontend URL in the browser, we are unable to reach it.
Additionally, I have attached the logs generated during the execution of the script on the Ubuntu machine for your reference.
Kindly assist us in resolving these issues.
I am sharing the error message as well as the config.yml file below.
config.yml.txt (2.9 KB)