Argo Dashboard

Argo Dashboard

Argo Dashboard

Argo UI lists the workflows and visualizes each workflow (very handy for our last workflow).

To connect, use the same proxy connection setup in Deploy the Official Kubernetes Dashboard.

Show me the command

To access the Argo Dashboard:

  1. In your Cloud9 environment, click Preview / Preview Running Application
  2. Scroll to the end of the URL and append:
/api/v1/namespaces/argo/services/argo-ui/proxy/

You will see the teardrop workflow from Advanced Batch Workflow. Click on it to see a visualization of the workflow.

Argo Workflow

The workflow should relatively look like a teardrop, and provide a live status for each job. Click on Hotel to see a summary of the Hotel job.

Argo Hotel Job

This details basic information about the job, and includes a link to the Logs. The Hotel job logs list the job dependency chain and the current whalesay, and should look similar to:

Chain:
Alpha
Bravo
Charlie
Echo
Foxtrot
____________________
< This is Job Hotel! >
--------------------
   \
    \
     \
                   ##        .
             ## ## ##       ==
          ## ## ## ##      ===
      /""""""""""""""""___/ ===
 ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ /  ===- ~~~
      \______ o          __/
       \    \        __/
         \____\______/

Explore the other jobs in the workflow to see each job’s status and logs.