From b5e182ac11627c4968a0a900b7a259a8ed8dc38e Mon Sep 17 00:00:00 2001 From: babakdorani Date: Mon, 31 Jan 2022 18:01:20 +0200 Subject: [PATCH] readme chagned --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7f3917..7538118 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +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 \ No newline at end of file