mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Add network and storage high availability documentation
This commit is contained in:
@@ -112,4 +112,12 @@ microk8s uninstall
|
||||
|
||||
### High Availability
|
||||
|
||||
Microk8s in a multi-node configuration is highly available. You can add and remove nodes without downtime.
|
||||
Microk8s in a multi-node configuration is highly available. You can add and remove nodes without downtime.
|
||||
|
||||
#### Network High Availability
|
||||
|
||||
Use a Load Balancer to distribute traffic across the nodes. The Load Balancer can be a physical device or a software solution like HAProxy. The Load Balancer should be configured to forward traffic to the nodes on ports 80, 443 and have the LoadBalancer IP as the destination IP for the traffic in DNS and MetalLB.
|
||||
|
||||
#### Storage High Availability
|
||||
|
||||
Ceph takes care of storage high availability. Please read the docs at `HelmChart/Docs/MicroCeph.md` for more details.
|
||||
Reference in New Issue
Block a user