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

Add support for Contour ingress controller #397

Merged
merged 22 commits into from
Jan 6, 2020
Merged

Add support for Contour ingress controller #397

merged 22 commits into from
Jan 6, 2020

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Dec 19, 2019

This PR adds support for Contour ingress controller using HTTPProxy delegation.

Supported features:

  • Routing: progressive trafic shift, header or cookie matching, traffic switching
  • Deployment strategies: Canary, A/B, B/G
  • URI prefix
  • Timeout and retry policies

Test coverage (unit and e2e):

  • Canary deployments (weighted traffic)
  • A/B testing (headers and cookies routing)
  • Rollback (error rate and latency)

Documentation:

  • Install (Helm + Kustomize)
  • Canary release and rollback tutorial
  • A/B testing tutorial

Fix: #396

@stefanprodan stefanprodan merged commit 5d72398 into master Jan 6, 2020
@stefanprodan stefanprodan deleted the contour branch January 6, 2020 08:08
@stefanprodan stefanprodan mentioned this pull request Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Contour
1 participant