gpt4 book ai didi

amazon-web-services - AWS Kubernetes : Deploying set of pods in the same namespace to Fargate and others to EC2 node group?

转载 作者:行者123 更新时间:2023-12-02 11:59:13 24 4
gpt4 key购买 nike

我有一个 AWS EKS Kubernetes 集群。我有一组 EC2 节点,并且还配置了 Fargate 配置文件以在 Fargate 计算中启动 Pod。假设我在命名空间 alex-ns 中运行一个应用程序.如果它们都驻留在 alex-ns 中,我能否以某种方式在 Fargate 中部署 1 组 Pod 并在我的其他 EC2 节点组中部署 1 组不同的 Pod? ?看来,如果我将 Fargate 配置文件设置为与命名空间匹配 alex-ns一切都在 Fargate 中启动。但是,我想根据标签或其他东西专门将其拆分。我问的原因是我必须运行一个需要超过 32 GB RAM 的 Pod,而 Fargate 中的 RAM 可用,因此我的 Pod 必须在我的 EC2 节点组中运行。

最佳答案

Can I somehow deploy 1 set of pods in Fargate and 1 set of different pods in my other EC2 nodegroup if they all reside in alex-ns?


是的,您也可以添加 标签 Fargate Profile selector除了命名空间 alex-ns .
EKS 文档有关于 Fargate Profiles 的更多信息,您的案例的示例选择器:
    "selectors": [
{
"namespace": "alex-ns",
"labels": {
"fargate": "yes"
}
}

关于amazon-web-services - AWS Kubernetes : Deploying set of pods in the same namespace to Fargate and others to EC2 node group?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64575139/

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