top of page

Dynamic GUI for launching Kriten jobs

  • 6 hours ago
  • 1 min read

When you create a task in Kriten, you can describe the input parameters using the OpenAPI specification. We have a sample application that reads the input schema and renders an input form dynamically.


Kriten Vibe renders status dropdown and comment text inputs.
Kriten Vibe renders status dropdown and comment text inputs.

You can use this approach to allow users to launch jobs. Kriten RBAC can restrict user access to their authorised tasks.

If you have kriten installed, try this app:

docker run -e API_URL=http://kriten.example.com/api/v1 -p 80:80 kubecodeio/kriten-vibe:1.0.0


 
 
bottom of page