You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
investigate deploying CodeGate to Kubernetes cluster. This includes researching the necessary changes and configurations required to support this deployment method , such as dashboard access, network. This could be delivered as either / or docs or a helm chart etc.
The text was updated successfully, but these errors were encountered:
We have a codegate helm chart, we have tested a deployment into one of our clusters and can confirm it works and is responding to healthchecks via port-forwarding. There are a couple of things that would need to be ironed out to support a more production ready implementation:
Is only limited to 1 replica. Anymore and there will be clashes in the single file datastore due to the simple design that codegate was intended for. Perhaps a cloud hosted version would need to be less simple and allow for scaling, perhaps with something like https://github.com/rqlite/rqlite ?
A more production ready solution would have to include a proper ingress solution instead of port forwarding
Uh oh!
There was an error while loading. Please reload this page.
investigate deploying CodeGate to Kubernetes cluster. This includes researching the necessary changes and configurations required to support this deployment method , such as dashboard access, network. This could be delivered as either / or docs or a helm chart etc.
The text was updated successfully, but these errors were encountered: