right now there're some applications like [this](https://github.com/envoyproxy/gateway/blob/cd51ad3624d076293e921d02b613f703b6aed809/test/e2e/base/manifests.yaml#L870-L982) in our e2e tests, they're hard to read and mantain. My proposal as following: - Setup up cluster with local registry https://kind.sigs.k8s.io/docs/user/local-registry/ - Build images and push them to local registry when setup e2e - Update e2e yaml to use image from local registry.