Installing Kong for K8s enterprise (DB-less) in Distributed Environment

In Kong for Kubernetes Enterprise (DB-less) and for Distributed installation type, we need to install more than one nodes with the steps given in below url.

If I perform above configuration steps say on 3 different nodes, it will form a distributed environment cluster of 3 nodes. Now assume I created one service and deployed it in first node using kubectl command. Since there is no CP/DB, how that service deployed in one node will be synched with other nodes ?

When you’re using the ingress controller, an instance of the controller runs alongside each instance of the Kong proxy. Each controller instance will generate and apply the same configuration from Kubernetes resources, so while there’s no direct communication between instances, they’ll all receive the same set of configuration.

1 Like