ECS - Elastic Container Service
1. Intro
- Highly scalable, fast, container management service that makes it easy to run, stop and maange docker containers on a cluster.
2. Concepts
Containers
- Application components must be architected to run in containers
- a standardized unit of development
- contain everything application needs
- code
- runtime
- system tools
- libraries
Images
- containers are created here
- A read only templates
Registry
- used to store images
Task
- text file in JSON
- describes 1-10 containers to form your application
Cluster
- logical group of resources
ECS Task scheduler
Regional service
4. Steps for starting with Fargate
- Create a task definition
- Configure the service
- a service launches and maintains a specified number of copies of the task definition in cluster
- configure the cluster
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 stone2paul@gmail.com
文章标题:ECS - Elastic Container Service
文章字数:125
本文作者:Leilei Chen
发布时间:2020-01-30, 12:36:54
最后更新:2020-02-02, 14:06:57
原始链接:https://www.llchen60.com/ECS-Elastic-Container-Service/版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。