Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ECS + CMS template example #176

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ ROS 模板的示例和最佳实践。模板分类如下:
| 模板 | 说明 |
| ---- | ---- |
| [application/ecs-clone-join-sls.yml](./examples/application/ecs-clone-join-sls.yml) | 克隆ECS实例,将IP指向日志服务中新建的机器组,应用指定的规则。 |
| [application/ecs-group-join-cms.yml](./examples/application/ecs-group-join-cms.yml) | 手动部署LNMP环境(CentOS 7)及配置CMS报警项和报警联系人。 |
| [application/ecs-group-join-sls.yml](./examples/application/ecs-group-join-sls.yml) | 创建一组ECS实例,将其作为日志服务中相关项目logtail的机器组。 |
| [application/ecs-instance-group-join-sls.yml](./examples/application/ecs-instance-group-join-sls.yml) | 创建一组ECS并将其作为指定的SLS中相关project的logtail的机器组。 |
| [csapps/existing-vpc-docker-cluster-etcd.yml](./examples/csapps/existing-vpc-docker-cluster-etcd.yml) | 在Centos7下安装部署集群版Etcd服务(静态发现从节点模式),Etcd是一个用于服务注册与发现的键值存储组件, 其内部采用raft协议作为一致性算法保证数据统一性,集群安装完成后请使用etcdctl命令在云服务器中操作管理集群。 |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Examples and best practices of ROS templates. The templates are categorized as f
| Template | Description |
| -- | ---- |
| [application/ecs-clone-join-sls.yml](./examples/application/ecs-clone-join-sls.yml) | Clone the ECS instance, direct the IP to the new machine group created in the Log Service, and apply the specified rules. |
| [application/ecs-group-join-cms.yml](./examples/application/ecs-group-join-cms.yml) | Manually deploy the LNMP environment (CentOS 7) and configure CMS alarm items and alarm contacts. |
| [application/ecs-group-join-sls.yml](./examples/application/ecs-group-join-sls.yml) | Create a set of ECS instance, and consider it as the machine group of the related project logtail in Log Service. |
| [application/ecs-instance-group-join-sls.yml](./examples/application/ecs-instance-group-join-sls.yml) | Create a group of ECS and use it as the logtail machine group of the related project in the specified SLS. |
| [csapps/existing-vpc-docker-cluster-etcd.yml](./examples/csapps/existing-vpc-docker-cluster-etcd.yml) | Installing the deployment cluster version of the Etcd service (static discovery from node mode) under centos7, Etcd is a key-value storage component for service registration and discovery, which internally uses the raft protocol as a consistency algorithm to ensure data consistency, Once the cluster is installed, use the etcdctl command line to operate the management cluster in the cloud server. |
Expand Down
Loading