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
Gravity can be run in Kubernetes, either as a single node or as a cluster.
6
+
7
+
## Single node
8
+
9
+
For a single node instance, the Gravity container can be deployed as-is.
10
+
11
+
Note that to use DHCP when running in Kubernetes, it is recommended to deploy a DHCP on the router and have it forward requests to Gravity's LoadBalancer IP.
When running a multi-node Gravity cluster in Kubernetes, it is recommended to not use the built-in etcd server in Gravity. This is because the built-in cluster management is optimized for static nodes and simplicity and as such doesn't offer enough dynamic options that Kubernetes requires.
117
+
118
+
It is recommended to use either an etcd Operator like [this](https://etcd.aenix.io/) or [this](https://operatorhub.io/operator/etcd), deploy etcd manually, or use Kubernetes' etcd with Gravity.
0 commit comments