kubernetes-sigs / ingress-controller-conformance

Repository for a compliance specification of ingress-controllers.
Apache License 2.0
43 stars 36 forks source link

Rebase ingress-conformance-echo on a Linux distribution base #38

Closed jpeach closed 4 years ago

jpeach commented 4 years ago

Currently the ingress-conformance-echo container is built on alpine, which is good for optimizing image size. Since this image will be deployed in the context of test suites and ingress testing, maybe it should be built on a standard Linux distribution (ubuntu or Fedora) so that common diagnostic tools can be use more easily from within the pods.