https://github.com/bjnandi/eks-nginx
https://github.com/bjnandi/eks-nginx
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjnandi/eks-nginx
- Owner: bjnandi
- Created: 2022-09-23T06:30:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T07:05:54.000Z (over 3 years ago)
- Last Synced: 2024-12-30T07:09:42.870Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eks-nginx
1) kubectl create cluster -f cluster.yaml
2) kubectl apply -f deployment-nginx.yaml
3) deploy.sh
4) kubectl exec -it my-nginx-5b56ccd65f-vfb27 -- /bin/bash
5) cd usr/share/nginx/html#
6) nano index.html
7) kubectl delete service my-nginx-service
8) kubectl delete -f nginx.yaml
9) eksctl delete cluster --name basic-cluster
Installing dependency for kubernetes
Reference = https://www.stacksimplify.com/aws-eks/eks-cluster/install-aws-eksctl-kubectl-cli/