Once I have Kong up and running (I’m using this as my starting point).
How should I maintain, update and roll out my configuration?
Should I use database migrations to record and replay changes to configuration?
Or should I automate the provisioning of the configuration through sending requests to the Admin API?
What is the recommended way to customize the configuration of Kong and deploy it with said configuration?