gpt4 book ai didi

kubernetes - Kubernetes上的节点亲和性相同

转载 作者:行者123 更新时间:2023-12-02 11:46:39 37 4
gpt4 key购买 nike

我有nginx部署容器作为前端,通过ClusterIP服务与uwsgi部署容器进行通信。

我希望Nginx Pod优先使用在其节点上运行的uwsgi Pod。

是否可以在不命名节点的情况下使用节点相似性进行操作?

最佳答案

如果要在与uwsgi pod相同的节点上运行nginx pod,请使用pod关联。

        podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- uwsgi

有关pod亲和力和反亲和力的更多详细信息,请单击 here

关于kubernetes - Kubernetes上的节点亲和性相同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61757431/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com