Skip to content

Config sync across k8s clusters #47

Answered by omohokcoj
jakubjanousek asked this question in Q&A
Discussion options

You must be logged in to vote

@jakubjanousek So your goal is to deploy multiple motor-admin instances and server them under load balancer?
If that's the case I should warn you that motor-admin does't scale well horizontally - there might be issues with configs reload when they are applied on instance A (that processed requests from the load balancer) but not applied on B (because configs are applied on page reload in browser).
It's better to scale motor-admin vertically - just throw an instance with more ram/cpu when needed.

How can we point the deployment to the master yaml file?

Regarding motor-admin.yaml - creating git repo to store admin panel configs absolutely makes sense.
You can build your custom image with …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jakubjanousek
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