Skip to content

adobe/argo-ui

 
 

Repository files navigation

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 dev - 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.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 67.7%
  • CSS 28.7%
  • JavaScript 2.3%
  • HTML 1.2%
  • Shell 0.1%