作者回复: 是envoy的守护进程,你可以进入到envoy的容器看到一个pilot-agent的进程
作者回复: 不用,路由能打到对应的服务就行,服务自己暴露出来的接口可以直接访问。
作者回复: 可以参考一下: https://istio.io/latest/docs/ops/integrations/certmanager/
作者回复: tls安全网关的背后运作原理就是sds
作者回复: ``` kubectl create -n istio-system secret generic httpbin-credential \ --from-file=key=httpbin.example.com/3_application/private/httpbin.example.com.key.pem \ --from-file=cert=httpbin.example.com/3_application/certs/httpbin.example.com.cert.pem ``` 有同学说的上传的证书有问题,试试这个
作者回复: 感谢提醒,我重新push下:)