G
В этом случае он не будет автоматически собирать Istio метрики. Там нужно дополнительно подобные мониторы накатить https://github.com/istio/istio/blob/master/samples/addons/extras/prometheus-operator.yaml
Size: a a a
G
SG
A
A
SG
A
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: whoami-gateway
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
- port:
number: 80
name: http2
protocol: HTTP2
hosts:
- wh.domain.ru
tls:
httpsRedirect: true
- port:
number: 443
name: https-443
protocol: HTTPS
hosts:
- wh.domain.ru # This should match a DNS name in the Certificate
tls:
mode: SIMPLE
credentialName: whoami-tls # This should match the Certificate secretName
SG
SG
curl https://1.2.3.4
то работать не будет, потому что он не знает какой тебе сертификат отдатьA
РД
SG