File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # kops-kubernetes-cluster-configuration
1
+ #kops-kubernetes-cluster-configuration
2
2
<<kops
3
3
Landmark Technologies
4
4
Tel: +1 437 215 2483
@@ -36,7 +36,7 @@ Setup Kubernetes (K8s) Cluster on AWS Using KOPS
36
36
aws s3 mb s3://nubonglegah.k8.local
37
37
aws s3 ls
38
38
39
- # 5) Create an IAM role from AWS Console or CLI with below Policies.
39
+ #5 ) Create an IAM role from AWS Console or CLI with below Policies.
40
40
41
41
AmazonEC2FullAccess
42
42
AmazonS3FullAccess
@@ -74,19 +74,19 @@ You Created. --> Save.
74
74
ssh-keygen
75
75
76
76
77
- # 8) Create kubernetes cluster definitions on S3 bucket
77
+ #8 ) Create kubernetes cluster definitions on S3 bucket
78
78
79
79
kops create cluster --zones us-east-2c --networking weave --master-size t2.medium --master-count 1 --node-size t2.large --node-count=2 ${NAME}
80
80
81
81
kops create cluster --zones us-east-1e,zones us-east-2c --networking weave --master-size t2.medium --master-count 2 --node-size t2.micro --node-count=2 ${NAME}
82
82
83
83
kops create secret --name ${NAME} sshpublickey admin -i ~/.ssh/id_rsa.pub
84
84
85
- # 9) Create kubernetes cluser
85
+ #9 ) Create kubernetes cluser
86
86
87
87
kops update cluster ${NAME} --yes
88
88
89
- # 10) Validate your cluster(KOPS will take some time to create cluster ,Execute below commond after 3 or 4 mins)
89
+ #10 ) Validate your cluster(KOPS will take some time to create cluster ,Execute below commond after 3 or 4 mins)
90
90
91
91
kops validate cluster
92
92
You can’t perform that action at this time.
0 commit comments