Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually package up and deploy into kubernetes #14

Open
kylerchin opened this issue May 8, 2024 · 2 comments
Open

Actually package up and deploy into kubernetes #14

kylerchin opened this issue May 8, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@kylerchin
Copy link
Member

No description provided.

@kylerchin
Copy link
Member Author

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.

@kylerchin
Copy link
Member Author

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.....

@kylerchin kylerchin added the help wanted Extra attention is needed label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants