Replies: 1 comment 6 replies
-
Hey @0xBradock! I'm here to help you with any issues or questions you have regarding ApiSix. Let's dive into your questions and get everything sorted out. For configuring Apache APISIX in a production environment, here are some best practices and guidance:
These practices will help you manage your services effectively as they evolve independently and as new services are added or removed. |
Beta Was this translation helpful? Give feedback.
-
Hello,
We are new to ApiSix and evaluating how we can use it as an API Gateway for our system.
We want to manage different services, that will evolve independently with different versions.
We will also have new services being added to our system and others will be removed.
The management of those services will be performed independently by each team.
So, we wish to have a programmatic way of configuring those routes.
From what we understand it is possible to configure routing using API calls, dashboard and with the
./config/config.yaml
.We are going through the documentation and we found many examples of using API calls (like here, here and here).
We found the dashboard specific tab here.
But we are struggling with finding information on how to configure the router with code. The closes we got is with this doc.
The question are:
yaml
is a good practice? If yes, can you point me the documentation, please?We are deploying apisix using ECS/ECR.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions