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
I have helm installed in the repo but basically no work done on it. The current networking is done over headscale, although ideally I want the containers to use cilium with the underlying networking being easily swappable between any intranet system. I've cut out a lot of the databases so there's only two in use right now, Postgres and Zookeeper, both of which need to be easily scalable and spun up and down, with both systems always having at least 3 replicas.
The backend then needs to dynamically connect to the correct database endpoints in the intranet.
The backend software does have support for being ran on multiple systems, but it requires the databases, networking, and containers to be set up correctly. I need to figure out how to CI/ CD and seamlessly turn off containers and boot up new ones. This is going to be a massive headache.....
No description provided.
The text was updated successfully, but these errors were encountered: