mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-22 21:12:51 -05:00
Newt Horizontal scaling #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @notmeta on GitHub (Mar 6, 2025).
I have newt running in my k3s cluster and was wondering if it supported scaling? I have 2 nodes and thought it could be a good idea to horizontally scale it across my nodes.
@oschwartz10612 commented on GitHub (Mar 6, 2025):
Each newt is tied to a "site" in Pangolin right now so you can not have more than one newt for a site. You can create more sites and add more newts that way.
There have been some feature requests to do something like this though for high availability and that is definitely on our road map.