S-mishina / flexiblemockserver

Various verifications can be done using mockserver on k8s.
0 stars 0 forks source link

Successfully terminate istio-proxy used in locast #65

Open S-mishina opened 3 weeks ago

S-mishina commented 3 weeks ago

reference data ref: https://istio.io/latest/blog/2023/native-sidecars/

S-mishina commented 3 weeks ago

Reading the documentation, it seems to be possible to achieve this with kubernetes 1.28 or later https://istio.io/latest/blog/2023/native-sidecars/#trying-it-out

S-mishina commented 3 weeks ago

This is done because flexiblemockserver does not specify the version of the kuberners' node.

S-mishina commented 3 weeks ago

MEMO https://github.com/kubernetes-sigs/kind/releases/tag/v0.24.0

S-mishina commented 3 weeks ago

In the environment I am testing, k8s is 1.27.3, so this method is not available, so I will consider another method.