curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.11.5 sh -
cd ~/istio-1.11.5/bin
./istioctl install --set hub=gcr.io/istio-enterprise --set tag=1.11.5-fips
kubectl exec -it -n istio-system deploy/istio-ingressgateway -- /usr/local/bin/envoy --version
Look for "BoringSSL-FIPS" at the end
kubectl label namespace default istio-injection=enabled
kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/sleep/sleep.yaml
kubectl exec -it deploy/sleep -c istio-proxy -- /usr/local/bin/envoy --version
Look for "BoringSSL-FIPS" at the end