You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/04 16:19:06 UTC

[GitHub] [apisix] sagivoulu opened a new issue #4531: request help: Configure APISIX in a declarative way

sagivoulu opened a new issue #4531:
URL: https://github.com/apache/apisix/issues/4531


   ### Issue description
   Is there a way to configure apisix in a declarative way? in a yaml file / terraform script / ansible playbook?
   
   I am building an system that runs on kubernetes, & everting in the system must be configured in a declarative way (i.e. not via api calls to create routes / manually configuring routes in the admin portal).
   
   I am not able to install the apisix ingress controller because the kubernetes admins in my company don't want to support it (& I don't have the proper permissions to install it myself).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tokers commented on issue #4531: request help: Configure APISIX in a declarative way

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #4531:
URL: https://github.com/apache/apisix/issues/4531#issuecomment-873705687


   @sagivoulu
   
   1. It's feasible to configure Apache APISIX from yaml files, see http://apisix.apache.org/docs/apisix/stand-alone/;
   2. Apache APISIX has its own Ingress Controller implementation, so you can use it in Kubernetes natively, see https://github.com/apache/apisix-ingress-controller for details;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org