安装配置
default: 根据默认的安装选项启用组件(建议用于生产部署)。
此配置文件启用了高级别的追踪和访问日志,因此不适合进行性能测试。
minimal: 使用 Istio 的功能所需的最少组件集。
sds: 和 default 配置类似,但是启用了 Istio 的 SDS (secret discovery service) 功能。这个配置文件默认启用了附带的认证功能 (Strict Mutual TLS)。
下表中标记为 X 的组件就是包含在配置文件里的内容:
为了进一步自定义 Istio 和安装插件,您可以在安装 Istio 时所使用的 istioctl manifest
命令中添加一个或多个 —set <key>=<value>
选项。中列出了完整的当前所支持的安装键值对集合。
Istio 提供了两个附加的内置配置文件,被专门用于配置多集群部署:
remote: 用于配置通过搭建的多集群网格里的远程集群。
remote 配置文件仅安装两个 Istio 核心组件:
istio-citadel
istio-sidecar-injector
multicluster-gateways 配置文件除了安装和 default 配置文件相同的组件外,还增加了两个额外组件:
istio-egressgateway
核心组件。
参考多集群安装说明获取更多详细信息。
相关内容
Details the Helm chart installation options differences between Istio 1.2 and Istio 1.3.
Details the Helm chart installation options differences between Istio 1.0 and Istio 1.1.
Details the Helm chart installation options differences between Istio 1.1 and Istio 1.2.
Details the Helm chart installation options differences between Istio 1.3 and Istio 1.4.
Download, install, and try out Istio.
Describes the options available when installing Istio using the included Helm chart.