Skip to content

Commit 933b3bf

Browse files
Typos 08-eks.md (#641)
Fixed small typos ad added a precision about the fact AWS EKS is not free.
1 parent 2ab075a commit 933b3bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

10-kubernetes/08-eks.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<a href="https://www.youtube.com/watch?v=89jxeddZtC0&list=PL3MmuxUbc_hIhxl5Ji8t4O6lPAOpHaCLR"><img src="images/thumbnail-10-08.jpg"></a>
44

5-
In the section we'll create Elastic Kubernetes Service (EKS) cluster on Amazon using cli, publishing the image to ECR and configure kubectl.
5+
In this section, we'll create Elastic Kubernetes Service (EKS) cluster on Amazon using cli, publish images to ECR and configure kubectl.
66

77
To create cluster and manage on EKS we'll use a cli tool `eksctl` which can be downloaded from [here](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html). And next we'll follow these steps:
88

@@ -23,7 +23,7 @@ To create cluster and manage on EKS we'll use a cli tool `eksctl` which can be d
2323
- Create eks cluster: `eksctl create cluster -f eks-config.yaml`
2424
- Publish local docker images to ECR:
2525
- Create aws ecr repository for eks cluster: `aws ecr create-repository --repository-name mlzoomcamp-images`
26-
- Bash commands to run in the teminal to push docker images to ecr repository:
26+
- Bash commands to run in the terminal to push docker images to ecr repository:
2727
- ```bash
2828
# Registry URI
2929
ACCOUNT_ID=22782589
@@ -57,6 +57,7 @@ To create cluster and manage on EKS we'll use a cli tool `eksctl` which can be d
5757

5858
- To delete the remote cluster: `eksctl delete cluster --name mlzoomcamp-eks`
5959

60+
**NB:** EKS is not part of the Amazon Web Services Free Tier.
6061

6162
## Notes
6263

0 commit comments

Comments
 (0)