jupyter-naas / drivers

Low-code Python library enabling access to APIs, tools, data sources in seconds.
GNU Affero General Public License v3.0
57 stars 11 forks source link

How to expose a production-grade Dash apps from naas cloud account? #313

Closed jravenel closed 1 year ago

jravenel commented 2 years ago

→ Discussed 22/08/2022, we can use https://knative.dev/docs/ to create a specific container for the deployment of a dash app (or any other app/process that would need to ensure reliability, secure, available via specific list of user/password)

This is to be considered a project, that would have dependencies at infrastructure level (deployment system), driver level (access to deployment system), template level (example to deploy). There is also an administration issue to consider to make sure the owner of the naas cloud account can follow what is happening on the containers deployed (uptime, logs, credits/time consummed)

FlorentLvr commented 1 year ago

@jravenel, closing this issue as it will be develop in naas workspace