Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS Auto Scaling #1

Open
niklas88 opened this issue Aug 13, 2019 · 0 comments
Open

DNS Auto Scaling #1

niklas88 opened this issue Aug 13, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@niklas88
Copy link
Member

This issue mostly serves as a note. The current varnish configuration is kept minimal. In particular it does not support multi DNS based auto scaling. Meaning if you use docker-compose up -d --scale virtuoso=2 or similar, varnish will not use both backends.

This is because the support for round-robin scheduling among multiple DNS entries is a premium feature of varnish+. One can work around this with extra scripts and triggering a reload as done e.g. in this docker image but that adds significant complexity or new external dependencies. So for now only one backend instance is supported.

@niklas88 niklas88 added the enhancement New feature or request label Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant