The Autosubmit Graphical User Interface (GUI) is the web-based Autosubmit frontend, allowing users to discover, monitor, and analyze experiments. It is based on ReactJS and relies on the Autosubmit API as the middleware to get experiment information.
MIT License
2
stars
0
forks
source link
Create Docker container (for all users), and a k8s helm (for EDITO) #94
Now that we have Autosubmit in Docker, it would be great to have the other parts of AS in Docker too, including API and the GUI.
Besides, we will need it for EDITO. In EDITO we also have to create a k8s helm chart for the Autosubmit GUI. The EDITO Infra team created a tutorial on how to do it, and shared an example web app helm that can be used as reference (that should save us a lot of time):
In GitLab by @bdepaula on Dec 1, 2023, 10:08
Now that we have Autosubmit in Docker, it would be great to have the other parts of AS in Docker too, including API and the GUI.
Besides, we will need it for EDITO. In EDITO we also have to create a k8s helm chart for the Autosubmit GUI. The EDITO Infra team created a tutorial on how to do it, and shared an example web app helm that can be used as reference (that should save us a lot of time):