iterion / argo-ui

Web-based UI for Argo workflow engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argo UI

Argo Image

Web-based UI for Argo workflow engine. Web UI allows to view Argo workflows running in the cluster, view container logs etc.

Some Argo UI components ( such as Workflow DAG viewer, Workflow timeline etc ) are available via argo-ui NPM package.

Build, run, release

  • Install NodeJS and Yarn
  • Run: yarn start - starts API server and webpack dev UI server. API server uses current kubectl context to access workflow CRDs.
  • Build: yarn build - builds static resources into ./dist directory.
  • Release: IMAGE_NAMESPACE=argoproj IMAGE_TAG=latest DOCKER_PUSH=true yarn docker - builds docker image and optionally push to docker registry.

About

Web-based UI for Argo workflow engine.

License:Apache License 2.0


Languages

Language:TypeScript 69.9%Language:CSS 26.7%Language:JavaScript 2.0%Language:HTML 1.0%Language:Dockerfile 0.3%Language:Shell 0.1%