Module 2 - Accessing the lab environment

If you have not already, log into UDF and start up the lab environment. Given the resource intensity of this lab, it can take a few minutes for the lab VMs to start up to completion.

Once the lab has completed starting up, we will open the various interfaces you need for this lab.

Open VS Code on the Jumphost

For the AI Gateway configuration you will be using VS Code hosted on the Jumphost.

Click Access on the Jumphost component and choose VSCODE.

../../_images/00.png

Check the “Trust the authors …” check box and click the “Yes, I trust the authors” button.

../../_images/00-1.png

Click “Mark Done”

../../_images/00-2.png

Now we will open the terminal that will be used later on.

Click the upper left button -> Terminal -> New Terminal

../../_images/00-3.png

You should now see a lower window within VS Code with a Terminal tab with a prompt.

../../_images/07.png

Open the shell on AI Gateway

AI Gateway is running on the AI Gateway component and we will want to view the logs throughout the lab. We will access the logs from its shell. Click Access and choose WEB SHELL.

../../_images/01.png

You will have a new tab and see a terminal prompt.

../../_images/08.png

The AIGW Core and AIGW Processors are running as containers. You can verify they are running by running the following command docker ps.

../../_images/09.png

Here we will be able to watch the AI Gateway logs and live behavior. Run the command docker logs aigw-aigw-1 -f to see all live logs.

../../_images/10.png

Open Arcadia Crypto’s AI chatbot

You will be interacting with an AI chatbot for a fictitious finance application called Arcadia Crypto. Click Access on the Microk8s component and click ARCADIA ONPREM.

../../_images/02.png

Login with the following credentials:

Username: sorin@nginx.com
Password: nginx
../../_images/03.png

Once logged in click on Exchange.

../../_images/04.png

On the bottom right side of the page you have the AI Assistant. Click on the + sign to open the chat.

../../_images/05.png

Note that whenever you need to reset the current chat, you can click the Reset button.

../../_images/06.png