Deploy Service, Route, Plugin
How are others deploying API Manager services, routes and plugins from one environment to another? We plan to use cache object code to deploy. Is it best to embed curl or is there a better way?
Product version: IRIS 2020.1
Hi Cindy,
To deploy your services, routes and plugins to another environment you can use CI/CD with postman (newman)
Some examples here :
Another possibility is to use deck (decK helps manage Kong’s configuration in a declarative fashion) from kong
I haven't tried this one, I can't give you feedback on it.
Thank you for your response. We need to use cache object script to be consistent with other deployments. I'll look at deck to see if it may be helpful.