OpenRun - Declaratively deploy Hono apps on single-node or Kubernetes #4997
akclace
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been building the OpenRun open-source project https://github.com/openrundev/openrun. OpenRun is a platform for teams to deploy internal tools. OpenRun makes it easy to deploy Hono based apps with a declarative interface.
Running a few Hono apps on a machine is easy. But if you have to manage lots of apps, it can be difficult managing the apps and setting up the web server routes. OpenRun makes it easy to set up an automated sync such that you can manage (install and update) Hono apps using a declarative config, like:
OpenRun handles the container builds with GitOps, the zero downtime rolling deployments, secrets management, TLS certs and setting up access controls using OIDC/SAML with RBAC. Apps are automatically scaled down to zero when idle.
The same OpenRun config works on a single-node and on Kubernetes.
Beta Was this translation helpful? Give feedback.
All reactions