Kong provides an open source configuration management tool (written in Go), called decK (which stands for declarative Kong)
- Check that decK recognizes your Kong Gateway installation via deck ping
deck ping
Successfully connected to Kong!
Kong version: 2.3.3.2-enterprise-edition- Export Kong Gateway configuration to a file named "kong.yaml" via deck dump
deck dump- After modifying the kong.yaml, show the differences via deck diff
deck diff
updating service alerts {
"connect_timeout": 60000,
- "host": "172.24.156.176",
+ "host": "192.10.10.18",
"id": "3bdd7db4


.png)




