这是一个非常基本的问题,所以我想我一定遗漏了一些明显的东西,openshift 服务是否使用循环在 pod 之间进行负载平衡?还是将请求转发到可用资源最多的 pod?还是完全随机的?
我的服务配置如下所示:
kind: service
metadata:
name: temp
labels:
app: temp
spec:
port:
targetPort: temp-port
to:
kind: Service
name: temp
这是一个非常基本的问题,所以我想我一定遗漏了一些明显的东西,openshift 服务是否使用循环在 pod 之间进行负载平衡?还是将请求转发到可用资源最多的 pod?还是完全随机的?
我的服务配置如下所示:
kind: service
metadata:
name: temp
labels:
app: temp
spec:
port:
targetPort: temp-port
to:
kind: Service
name: temp