Files
flagger/test
Stefan Prodan 834a601311 e2e: Update Kubernetes to v1.21.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2021-05-26 10:44:06 +03:00
..
2021-05-25 10:43:14 +03:00
2021-05-14 08:07:15 -04:00
2021-05-25 10:42:21 +03:00
2020-12-22 12:57:43 +02:00
2021-05-26 09:59:26 +03:00
2021-05-26 10:44:06 +03:00
2021-01-04 12:11:49 +02:00
2020-12-22 10:09:20 -05:00

Flagger end-to-end testing

The e2e testing infrastructure is powered by GitHub Actions and Kubernetes Kind.

e2e workflow

  • create local Kubernetes cluster with KinD
  • build Flagger container and load the image in KinD
  • install the service mesh or ingress provider
  • deploy Flagger
  • create test namespace, workloads and load tester
  • test the canary initialization (port discovery and metadata)
  • test the canary release (progressive traffic shifting, headers routing, mirroring, analysis, promotion, rollback)
  • test webhooks (conformance, load testing, pre/post rollout)