Skip to content

Question about APISIX architecture: control-plane #11667

Answered by moonming
ligreman asked this question in Q&A
Discussion options

You must be logged in to vote

For API gateway, both data plane and control plane are necessary. Control plane may have various forms:

  1. dashboard
  2. admin API
  3. ingress controller
  4. ADC
    All of them store and manage data through etcd. Which one to choose depends on your deployment environment and dependencies.

You can also choose standalone mode. In this mode, there is no control plane and etcd, and the configuration is managed through local files. Of course, the synchronization and update of this file needs to be handled by yourself.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@ligreman
Comment options

@dosubot
Comment options

@ligreman
Comment options

@dosubot
Comment options

Comment options

You must be logged in to vote
1 reply
@ligreman
Comment options

Answer selected by ligreman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants