Skip to content

Commit

Permalink
readme chagned
Browse files Browse the repository at this point in the history
  • Loading branch information
babakDoraniArab committed Jan 31, 2022
1 parent b633439 commit b5e182a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# How to configure VPC and EKS from scratch

with this package you can have VPC and EKS from scratch. just clone it and then put the following commands. please be sure about your aws cli profile.
`terraform init`

`terraform fmt`

`terraform validate`

`terraform apply`

### create kub config
check your kube config first

`cat ~/.kube/config`

`aws eks --region eu-west-1 update-kubeconfig --name eks --profile default`
create your context

`aws eks --region eu-west-1 update-kubeconfig --name eks --profile default`

### you can find the k8s configuration on k8s folder
k8s -> app.yaml
you have to apply it with kubectl command
and know you check your cluster

0 comments on commit b5e182a

Please sign in to comment.