/
Argo 101

Argo 101

Following are the most common operations to work with argo

The easiest way to start is going to following url:

http://localhost:LOCAL_PORT/workflows/fabric

After creating a tunnel like described here Kubernetes contexts 101 | Port forwarding

This will open the workflows page and use the fabric namespace, if not, needs to be clicked on the workflow icon and write the fabric namespace:

image-20240111-214922.png

There you will see a list of tasks have been run, all the tasks launched by minion dispatcher project will start with mrun-

If you click on a task you can see more details, it will show a graph of all the operations made, in the case of fabric minion tasks there is only a single task

image-20240111-215120.png

If you click on the circle will provide more details

image-20240111-215155.png

You can click on LOGS button to get access to all the logs from the container, if the container still running this area will update

image-20240111-215314.png

You can click on CONTAINERS tab to get some information about the params being used, this is helpful to debug the params being sent to minion dispatcher

image-20240111-215401.png

Sometimes is useful to have access to the argo specification, this is accessed through the first icon below WORKFLOW DETAILS text

image-20240111-215514.png

Note that this spec is not really the input spec, but contain most of the params

Related content