- git clone https://github.com/Narian318/k8s-mario.git
- cd k8s-mario
- vi script.sh ---> chmod +x script.sh ---> ./script.sh
- cd EKS-TF --> terraform init --> terraform validate --> terraform plan --> terraform apply (or) terraform apply --auto-approve
- aws eks update-kubeconfig --name EKS_CLOUD --region ap-south-1
- cd .. ---> kubectl apply -f deployment.yaml --> kubectl apply -f service.yaml --> kubectl get svc (or) kubectl describe service mario-service (or) kubectl get all
- kubectl delete -f service.yaml --> kubectl delete -f deployment.yaml
- cd EKS-TF --> terraform destroy --auto-approve
forked from Narian318/k8s-mario
-
Notifications
You must be signed in to change notification settings - Fork 1
narenmrkp/k8s-mario
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HCL 78.6%
- Shell 21.4%