Support for all services kinds (and sticky) in CRD#5711
Merged
traefiker merged 21 commits intotraefik:masterfrom Nov 14, 2019
Merged
Support for all services kinds (and sticky) in CRD#5711traefiker merged 21 commits intotraefik:masterfrom
traefiker merged 21 commits intotraefik:masterfrom
Conversation
This was referenced Dec 2, 2019
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR adds support for all kinds of existing Traefik services to the Kubernetes CRD provider, that is to say it now supports Weight Round Robin load-balancing of services, as well as mirroring of services. Of course load-balancing of servers is still supported as well, through the use of Kubernetes services.
Stickiness support has been added as well, both at the level of services load-balancing and servers load-balancing.
This change is limited to HTTP routing for now. Support for TCP routing will follow.
Motivation
Add support for the missing features described above, as they already exist in other providers.
More
Additional Notes
Co-authored-by: Jean-Baptiste Doumenjou jb.doumenjou@gmail.com
Co-authored-by: Julien Salleyron julien.salleyron@gmail.com