-
Hi everyone.. [my question]I will disable the Ingress Controller and enabled dblessConfig. When deployed to k8s, only one proxy container will be run. When I need to configure the services and routing in dblessConfig.config. Is it possible to update dynamically without restarting the proxy container? Because if the proxy container is restarted, it will affect our online long-connection service. We don't want to be disconnected and reconnected. We now update dynamically through Ingress.But I want to switch to dbless mode. I don’t know if it can have the same effect. I don't have any idea for resolve task. Can you help me? thank you My KONG setup
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I think that the answer is yes, kong can always update the configuration without reloading. |
Beta Was this translation helpful? Give feedback.
This is declarative configuration's help page: https://docs.konghq.com/gateway/latest/admin-api/declarative-configuration/.
You must generate a YAML file first, then use the
/config
endpoint, like: