他的回复:
从容器访问公网,您需要给负载绑定EIP。负载YAML如下:apiVersion: cci/v2 kind: Pod metadata: labels: app: nginx name: 'nginx' annotations: yangtse.io/pod-with-eip: 'true' spec: containers: - image: xxxxxx name: container-0 resources: requests: cpu: 500m memory: 1Gi 待负载运行成功后,可以从容器访问公网。