-
Notifications
You must be signed in to change notification settings - Fork 35
/
container-application-devops-for-ack-cluster.yml
498 lines (498 loc) · 16.2 KB
/
container-application-devops-for-ack-cluster.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
ROSTemplateFormatVersion: '2015-09-01'
Description:
zh-cn: 自动化容器应用与小程序后端服务的构建和持续部署,含VPC、RDS、ACK集群配置与安全策略。
en: Automating the build and continuous deployment of
containerized applications and mini-program backends, encompassing configuration
of VPCs, RDS instances, ACK clusters, and implementation of security policies.
Parameters:
VpcCidrBlock:
Type: String
Label:
en: VPC CIDR Block
zh-cn: 专有网络网段
Description:
en: 'The IP address range of the VPC in the CIDR Block form; <br>you can use
the following IP address ranges: <br><font color=''green''>[10.0.0.0/8]</font></font><br><font
color=''green''>[192.168.0.0/16]</font>'
zh-cn: 专有网络IP地址段范围,<br>您可以使用以下的IP地址段:<br><font color='green'>[10.0.0.0/8]</font></font><br><font
color='green'>[192.168.0.0/16]</font>
Default: 192.168.0.0/16
AllowedValues:
- 10.0.0.0/8
- 192.168.0.0/16
VSwitchZoneId:
Type: String
Label:
en: VSwitch Availability Zone
zh-cn: 交换机可用区
Description:
en: Availability Zone ID,<br><b>note: <font color='blue'>Before selecting, please
confirm that the Availability Zone supports the specification of creating
RDS and CS resources</font></b>
zh-cn: 可用区ID,<br><b>注: <font color='blue'>选择可用区前请确认该可用区是否支持创建RDS及CS资源的规格</font></b>
AssociationProperty: ALIYUN::ECS::Instance:ZoneId
VSwitchCidrBlock:
Type: String
Label:
en: VSwitch CIDR Block
zh-cn: 交换机网段
Description:
en: Must be a sub-network segment of the proprietary network and is not occupied
by other VSwitches.
zh-cn: 必须是所属专有网络的子网段,并且没有被其他交换机占用。
Default: 192.168.0.0/24
DBInstanceEngineAndVersion:
Type: String
Label:
en: Type And Version
zh-cn: 类型与版本号
Description:
en: Database type and version number.
zh-cn: 数据库类型与版本号。
Default: MySQL-5.6
AllowedValues:
- MySQL-5.5
- MySQL-5.6
- MySQL-5.7
- MySQL-8.0
DBInstanceClass:
Type: String
Label:
en: Specifications
zh-cn: 实例规格
Description:
en: 'Select the instance specification based on the type of database engine
and the available area support;<br>see detail: <a href=''https://www.alibabacloud.com/help/doc-detail/26312.htm''
target=''_blank''><b><font color=''blue''>Instance specification sheet</font></b></a>'
zh-cn: 根据数据库引擎的类型和可用的区域支持选择实例规格;<br>请参见详细信息:<a href='https://help.aliyun.com/document_detail/26312.html'
target='_blank'><b><font color='blue'>实例规格表</font></b></a>
Default: rds.mysql.s3.large
AllowedValues:
- rds.mysql.s2.large
- rds.mysql.s2.xlarge
- rds.mysql.s3.large
- rds.mysql.m1.medium
- rds.mysql.c1.large
- rds.mysql.c1.xlarge
DBInstanceStorage:
Type: Number
Label:
en: Storage Space
zh-cn: 存储空间
Description:
en: 'Database storage space, units: GB, per 5GB increment, value range: 5-1000.'
zh-cn: 数据库存储空间, 单位:GB, 每5GB进行递增,取值范围:5-1000。
Default: 5
MinValue: 5
MaxValue: 1000
DBInstanceDBName:
Type: String
Label:
en: Database Name
zh-cn: 数据库名称
Description:
en: The database name created by the instance, consisting of lowercase letters,
numbers, underscores, and middle lines, beginning with letters, ending with
letters or numbers, up to 64 characters.
zh-cn: 实例创建的数据库名称,由小写字母、数字、下划线、中划线组成,以字母开头,字母或数字结尾,最多64个字符。
Default: devops
DBInstanceMasterUsername:
Type: String
Label:
en: Database Account
zh-cn: 数据库账号
Description:
en: Database read-write account with a maximum of 16 characters, consisting
of lowercase letters, Numbers, underscores, beginning letters, and ending
letters or Numbers.
zh-cn: 数据库可读写的账号,最长16个字符, 由小写字母,数字、下划线组成、字母开头,字母或数字结尾。
Default: devops_ack
MaxLength: 16
DBInstanceMasterUserPassword:
Type: String
Label:
en: Account Password
zh-cn: 账号密码
Description:
en: 'Length 8-32 characters, can contain size letters, Numbers and special symbols
(including:!@ # $% ^ & * - + = _).'
zh-cn: 长度8-32个字符,可包含大小字母、数字及特殊符号(包含:!@#$%^&*-+=_)。
AssociationProperty: ALIYUN::RDS::Instance::AccountPassword
ConstraintDescription:
en: '8-32 characters, can contain size letters, Numbers and special symbols
(including:!@ # $% ^ & * - + = _).'
zh-cn: 8-32个字符,可包含大小字母、数字及特殊符号(包含:!@#$%^&*-+=_)。
MinLength: 8
MaxLength: 32
NoEcho: true
ManagedKubernetesClusterName:
Type: String
Label:
en: Cluster Name
zh-cn: 集群名称
Description:
en: The name must be 1 to 63 characters in length and can contain digits, Chinese
characters, letters, and hyphens (-).
zh-cn: 名称为1-63个字符,可包含数字、汉字、英文字符,或'-'
Default: devops_cluster
ManagedKubernetesClusterKubernetesVersion:
Type: String
Label:
en: Kubernetes Version
zh-cn: Kubernetes版本
Description:
en: Kubernetes Version
zh-cn: Kubernetes版本
Default: 1.12.6-aliyun.1
AllowedValues:
- 1.14.8-aliyun.1
- 1.12.6-aliyun.1
ManagedKubernetesClusterInstanceType:
Type: String
Label:
en: Instance Type
zh-cn: 实例规格
Description:
en: 'Fill in the specifications that can be used under the VSwitch availability
zone;</b></font><br>general specifications:<font color=''red''><b>ecs.c5.large</b></font><br>note:
a few zones do not support general specifications<br>see detail: <a href=''https://www.alibabacloud.com/help/en/doc-detail/25378.html''
target=''_blank''><b><font color=''blue''>Instance Specification Family</font></a></b>'
zh-cn: 填写VSwitch可用区下可使用的规格;<br>通用规格:<font color='red'><b>ecs.c5.large</b></font><br>注:可用区可能不支持通用规格<br>规格详见:<a
href='https://help.aliyun.com/document_detail/25378.html' target='_blank'><b><font
color='blue'>实例规格族</font></a></b>
AssociationProperty: ALIYUN::ECS::Instance::InstanceType
MinLength: 1
ManagedKubernetesClusterNumOfNodes:
Type: Number
Label:
en: Quantity
zh-cn: 数量
Description:
en: Number of nodes, range 2-200
zh-cn: 节点数量,范围2-200
Default: 3
MinValue: 2
MaxValue: 200
ManagedKubernetesClusterSystemDiskCategory:
Type: String
Label:
en: Disk Category
zh-cn: 磁盘类型
Description:
en: '<font color=''blue''><b>Optional values: </b></font><br>[cloud_efficiency:
<font color=''green''>Efficient Cloud Disk</font>]<br>[cloud_ssd: <font color=''green''>SSD
Cloud Disk</font>]'
zh-cn: '<font color=''blue''><b>可选值:</b></font><br>[cloud_efficiency: <font
color=''green''>高效云盘</font>]<br>[cloud_ssd: <font color=''green''>SSD云盘</font>]'
Default: cloud_ssd
AllowedValues:
- cloud_efficiency
- cloud_ssd
ManagedKubernetesClusterSystemDiskSize:
Type: Number
Label:
en: System Disk Space
zh-cn: 系统盘空间
Description:
en: 'System disk size, range of values: 40-500, units: GB.'
zh-cn: 系统盘大小, 取值范围:[40, 500], 单位:GB。
Default: 120
MinValue: 40
MaxValue: 500
ManagedKubernetesClusterPassword:
Type: String
Label:
en: Login Password
zh-cn: 登录密码
Description:
en: Server login password, Length 8-30, must contain three(Capital letters,
lowercase letters, numbers, ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ Special symbol
in).
zh-cn: 服务器登录密码,长度8-30,必须包含三项(大写字母、小写字母、数字、 ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ 中的特殊符号)。
ConstraintDescription:
en: Server login password, Length 8-30, must contain three(Capital letters,
lowercase letters, numbers, ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ Special symbol
in).
zh-cn: 服务器登录密码,长度8-30,必须包含三项(大写字母、小写字母、数字、 ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ 中的特殊符号)。
AllowedPattern: '[0-9A-Za-z\_\-\&:;''<>,=%`~!@#\(\)\$\^\*\+\|\{\}\[\]\.\?\/]+$'
MinLength: 8
MaxLength: 30
NoEcho: true
ManagedKubernetesClusterSnatEntry:
Type: Boolean
Label:
en: Configure SNAT
zh-cn: 配置SNAT
Description:
en: Configure SNAT for VPC
zh-cn: 为专有网络配置SNAT
Default: true
ManagedKubernetesClusterEndpointPublicAccess:
Type: Boolean
Label:
en: Public Access
zh-cn: 公网访问
Description:
en: Expose API Server with EIP
zh-cn: 使用 EIP 暴露API Server
Default: true
ManagedKubernetesClusterCloudMonitorFlags:
Type: Boolean
Label:
en: CloudMonitor Agent
zh-cn: 云监控插件
Description:
en: Install the CloudMonitor Agent on ECS Nodes
zh-cn: 在 ECS 节点上安装云监控插件
Default: true
CrNamespaceName:
Type: String
Label:
en: Namespaces
zh-cn: 命名空间
Description:
en: The namespace must be 2-30 characters long and can contain lowercase English
letters numbers and the separators _ and - (separators cannot be the first
or last character)<br><b>note:<font color='blue'>Requires network-wide uniqueness,
existing cannot be created</b></font>
zh-cn: 长度为2-30位,可填写小写英文字母、数字,可使用的分隔符包括“_”、“-”(分隔符不能在首位或末位),<br><b>注:<font color='blue'>需要全网唯一性,已经存在的不能在创建</b></font>
Default: my_devops_namespace_practice
RepositoryRepoType:
Type: String
Label:
en: Repository Type
zh-cn: 仓库类型
Description:
en: Repository Type
zh-cn: 仓库类型
Default: PRIVATE
AllowedValues:
- PUBLIC
- PRIVATE
RepositoryRepoName:
Type: String
Label:
en: Repository Name
zh-cn: 仓库名称
Description:
en: 'Repository name length: 2-64 characters. The name can contain lowercase
English letters numbers and the separators _ - and . (separators cannot be
the first or last character)'
zh-cn: 长度为2-64个字符,可使用小写英文字母、数字,可使用分隔符“_”、“-”、“.”(分隔符不能在首位或末位)
Default: devops_repository
Resources:
CrNamespace:
Type: ALIYUN::CR::Namespace
Properties:
Namespace:
Ref: CrNamespaceName
CrRepository:
Type: ALIYUN::CR::Repository
Properties:
RepoName:
Ref: RepositoryRepoName
RepoNamespace:
Ref: CrNamespaceName
RepoType:
Ref: RepositoryRepoType
Summary: test cr repository
DependsOn:
- CrNamespace
EcsVpc:
Type: ALIYUN::ECS::VPC
Properties:
CidrBlock:
Ref: VpcCidrBlock
VpcName:
Fn::Join:
- '-'
- - StackId
- Ref: ALIYUN::StackId
EcsSecurityGroup:
Type: ALIYUN::ECS::SecurityGroup
Properties:
VpcId:
Ref: EcsVpc
SecurityGroupIngress:
- IpProtocol: tcp
NicType: internet
PortRange: 22/22
Priority: 1
SourceCidrIp: 0.0.0.0/0
SecurityGroupName:
Fn::Join:
- '-'
- - StackId
- Ref: ALIYUN::StackId
Tags:
- Key: best_practice
Value: '052'
EcsVSwitch:
Type: ALIYUN::ECS::VSwitch
Properties:
ZoneId:
Ref: VSwitchZoneId
VpcId:
Ref: EcsVpc
CidrBlock:
Ref: VSwitchCidrBlock
VSwitchName:
Fn::Join:
- '-'
- - StackId
- Ref: ALIYUN::StackId
CsManagedKubernetesCluster:
Type: ALIYUN::CS::ManagedKubernetesCluster
Properties:
VpcId:
Ref: EcsVpc
VSwitchIds:
- Ref: EcsVSwitch
SecurityGroupId:
Ref: EcsSecurityGroup
Addons:
- Name: flannel
CloudMonitorFlags:
Ref: ManagedKubernetesClusterCloudMonitorFlags
ContainerCidr: 172.20.0.0/16
DisableRollback: false
EndpointPublicAccess:
Ref: ManagedKubernetesClusterEndpointPublicAccess
KubernetesVersion:
Ref: ManagedKubernetesClusterKubernetesVersion
LoginPassword:
Ref: ManagedKubernetesClusterPassword
Name:
Ref: ManagedKubernetesClusterName
NumOfNodes:
Ref: ManagedKubernetesClusterNumOfNodes
ServiceCidr: 172.21.0.0/20
SnatEntry:
Ref: ManagedKubernetesClusterSnatEntry
Tags:
- Key: best_practice
Value: '052'
WorkerInstanceTypes:
Fn::Split:
- ','
- Ref: ManagedKubernetesClusterInstanceType
WorkerSystemDiskCategory:
Ref: ManagedKubernetesClusterSystemDiskCategory
WorkerSystemDiskSize:
Ref: ManagedKubernetesClusterSystemDiskSize
RdsDbInstance:
Type: ALIYUN::RDS::DBInstance
Properties:
VpcId:
Ref: EcsVpc
VSwitchId:
Ref: EcsVSwitch
DBInstanceClass:
Ref: DBInstanceClass
DBInstanceStorage:
Ref: DBInstanceStorage
DBMappings:
- CharacterSetName: utf8
DBName:
Ref: DBInstanceDBName
Engine:
Fn::Select:
- '0'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
EngineVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
MasterUserPassword:
Ref: DBInstanceMasterUserPassword
MasterUserType: Normal
MasterUsername:
Ref: DBInstanceMasterUsername
SecurityIPList:
Ref: VpcCidrBlock
Tags:
Key: best_practice
Value: '052'
DependsOn:
- EcsVSwitch
RdsAccountPrivilege:
Type: ALIYUN::RDS::AccountPrivilege
Properties:
AccountName:
Ref: DBInstanceMasterUsername
AccountPrivilege: ReadWrite
DBInstanceId:
Ref: RdsDbInstance
DBName:
Ref: DBInstanceDBName
DependsOn:
- RdsDbInstance
Outputs:
ACKClusterId:
Value:
Fn::GetAtt:
- CsManagedKubernetesCluster
- ClusterId
CRNamespaceId:
Value:
Fn::GetAtt:
- CrNamespace
- NamespaceId
CRRepoId:
Value:
Fn::GetAtt:
- CrRepository
- RepoId
RDSInnerConnectionString:
Value:
Fn::GetAtt:
- RdsDbInstance
- InnerConnectionString
RDSInstanceId:
Value:
Fn::GetAtt:
- RdsDbInstance
- DBInstanceId
Metadata:
ALIYUN::ROS::Interface:
ParameterGroups:
- Parameters:
- VpcCidrBlock
- VSwitchZoneId
- VSwitchCidrBlock
Label:
default: VPC
- Parameters:
- DBInstanceEngineAndVersion
- DBInstanceClass
- DBInstanceStorage
- DBInstanceDBName
- DBInstanceMasterUsername
- DBInstanceMasterUserPassword
Label:
default: RDS
- Parameters:
- ManagedKubernetesClusterName
- ManagedKubernetesClusterKubernetesVersion
- ManagedKubernetesClusterInstanceType
- ManagedKubernetesClusterNumOfNodes
- ManagedKubernetesClusterSystemDiskCategory
- ManagedKubernetesClusterSystemDiskSize
- ManagedKubernetesClusterPassword
- ManagedKubernetesClusterSnatEntry
- ManagedKubernetesClusterEndpointPublicAccess
- ManagedKubernetesClusterCloudMonitorFlags
Label:
default: CS
- Parameters:
- CrNamespaceName
- RepositoryRepoType
- RepositoryRepoName
Label:
default: CR
TemplateTags:
- acs:solution:开发运维:容器应用DevOpsforACK集群