krakend / krakend-ce

KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.
https://www.krakend.io
Apache License 2.0
1.94k stars 453 forks source link

There hava the admin site to update the config about krakend.json automatic? #876

Closed TomNewChao closed 5 months ago

TomNewChao commented 5 months ago

There hava the admin site to update the config about krakend.json automatic ? not Desiner,For example the UI dashboard. If users can operate Ui on the interface, it will be extremely convenient and easy for operation and maintenance personnel.I have read about Designer,ButI still think the importance of backend sites.



The designer is a learning tool more than an administration one. KrakenD configuration and administration is designed with GitOps in mind (under the version control system and released through CI/CD).

Combined with a [:watch container](https://www.krakend.io/docs/enterprise/developer/hot-reload/), you can apply configuration changes automatically in a development environment.