Kubernetes End to End project on EKS | Install EKS and app deploy with ingress controller
Create an ec2 instance of t2. medium and connect it thorugh ssh.
connect through ssh to ec2 server.
sudo apt update
vim script1.sh
#!/bin/bash
#install Kubectl on Jenkins
sudo apt update
sudo apt install curl -y
curl -LO https://dl.k8s.io/release/$(...
pardeepkaur.hashnode.dev1 min read