Skip to content

Commit 6787479

Browse files
authored
Update README.md
1 parent 5aff15d commit 6787479

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@
55

66
# Setting up Kubernetes (K8s) Cluster on AWS Using KOPS
77

8-
# kops is a software use to create production ready k8s cluster in a cloud provider like AWS.
8+
1.kops is a software use to create production ready k8s cluster in a cloud provider like AWS.
9+
10+
2. kOPS SUPPORTS MULTIPLE CLOUD PROVIDERS
11+
12+
3. Kops compete with managed kunbernestes services like EKS, AKS and GKE
13+
14+
4. Kops is cheaper than the others.
15+
16+
5. Kops create production ready K8S.
17+
18+
6. KOPS create resources like: LoadBalancers, ASG, Launch Configuration, woker node Master node (CONTROL PLANE.
19+
20+
7. KOPS is IaaC
921

1022
#!/bin/bash
1123
# 1) Create Ubuntu EC2 instance in AWS

0 commit comments

Comments
 (0)