OKD生产集群架构
OKD Production Cluster Architecture
我想创建一个有 6 个节点的生产集群:
3个master-etcd节点和3个计算节点。我正在为大师使用外部平衡机。
我的问题是:
- 是否可以在计算节点上安装基础节点?
- 我知道OKD集群默认安装了EFK,请问是否可以禁止安装EFK组件?
提前感谢您的回答
Is it possible to install infra nodes on computing nodes?
Infra 节点只不过是您指定给 运行 某些工作负载的工作节点(使用标签、污点、容差、亲和力和反亲和力规则的某种组合),因此您不能部署特殊节点在所有情况下,默认情况下,工作节点上的所有内容都将 运行。
OpenShift/OKD 的最小推荐 HA 配置是 3 个控制平面主机和 2 个工作主机,因此您的架构足以进行 HA 设置。
I know that EFK is installed by default in OKD cluster, so is it possible to disable the installation of EFK component?
例如cluster-logging operator (what provides EFK) is not installed by default, though there are other cluster operators are installed by default that you can't disable (the cluster-monitoring operator。
我想创建一个有 6 个节点的生产集群: 3个master-etcd节点和3个计算节点。我正在为大师使用外部平衡机。 我的问题是:
- 是否可以在计算节点上安装基础节点?
- 我知道OKD集群默认安装了EFK,请问是否可以禁止安装EFK组件?
提前感谢您的回答
Is it possible to install infra nodes on computing nodes?
Infra 节点只不过是您指定给 运行 某些工作负载的工作节点(使用标签、污点、容差、亲和力和反亲和力规则的某种组合),因此您不能部署特殊节点在所有情况下,默认情况下,工作节点上的所有内容都将 运行。
OpenShift/OKD 的最小推荐 HA 配置是 3 个控制平面主机和 2 个工作主机,因此您的架构足以进行 HA 设置。
I know that EFK is installed by default in OKD cluster, so is it possible to disable the installation of EFK component?
例如cluster-logging operator (what provides EFK) is not installed by default, though there are other cluster operators are installed by default that you can't disable (the cluster-monitoring operator。