amazon-web-services - ECS 任务定义或多或少与 K8S 中的 POD 规范相同

标签 amazon-web-services docker kubernetes amazon-ecs aws-fargate

关闭。这个问题是opinion-based .它目前不接受答案。












想改善这个问题吗?更新问题,以便可以通过 editing this post 用事实和引文回答问题.

5 个月前关闭。




Improve this question




我指的是这篇关于ECS任务定义的文章:Amazon ECS Task definitions

The Docker image to use with each container in your task

How much CPU and memory to use with each task or each container within a task

The launch type to use, which determines the infrastructure on which your tasks are hosted

The Docker networking mode to use for the containers in your task

The logging configuration to use for your tasks

Whether the task should continue to run if the container finishes or fails

The command the container should run when it is started

Any data volumes that should be used with the containers in the task

The IAM role that your tasks should use


如果非要和其他编排框架有什么相似之处,那么上面的内容似乎与 Kubernetes pod 紧密匹配。
那么,ECS 任务定义或多或少与 K8S 中的 POD 规范相同????

最佳答案

简短的回答是肯定的,但更类似于部署而不是 pod。
更长的答案是 ECS 任务定义是一种将容器集成到 AWS 生态系统并向 ECS 控制平面提供配置和元数据信息的方法,这是 AWS 的专有技术

关于amazon-web-services - ECS 任务定义或多或少与 K8S 中的 POD 规范相同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64171209/

相关文章:

kubernetes - NFS Persistent Volume Claim 无限期悬而未决

spring-boot - 自定义 configMapGenerator

java - 过期时间更长的 S3 链接

docker - 使 docker-compose 忽略卷中的文件夹

node.js - docker容器崩溃并退出,代码为139

linux - 找不到 flocker 插件,来自守护程序的错误响应

kubernetes - 如何使用 Kubernetes API 获取特定 Kubernetes 集群中所有命名空间的列表?

amazon-web-services - 不需要的属性的 CloudFormation 默认值

amazon-web-services - AWS SAM 更新 API 网关 lambda 的函数代码

Angular 6 与 AWS ElasticSearch 连接