We demo Create EKS Cluster on AWS. Create EKS Cluster Using AWS Console and EC2 Node Group in my hands on demo.
Also deploy a NGINX Docker image on the cluster. All steps are using the AWS Management Console without installing anything on your local box.
👉🏼 Video content file: https://gitlab.com/LianDuanTrainingGr...
🧡 Subscribe to show your support! https://bit.ly/3hrhOmW
Video Related Commands:
Run the below command to check the AWS identity
aws sts get-caller-identity
Run the following command to update the kubeconfig file for the EKS cluster
aws eks update-kubeconfig --region us-east-1 --name eksDemo
Execute the below command to deploy the Nginx Docker image to the EKS cluster
kubectl apply -f https://gitlab.com/LianDuanTrainingGr...
Run the below command to expose the Nginx deployment as a LoadBalancer service
kubectl expose deployment nginx-deployment --name=nginx-service --port=80 --target-port=80 --type=LoadBalancer
Execute the below command to retrieve information about the Nginx service with LoadBalancer:
kubectl get service nginx-service
Install kubectl
Doc: https://docs.aws.amazon.com/eks/lates...
chmod +x ./kubectl
kubectl version --client
The command displays the installed kubectl client version.
⏰ T I M E S T A M P S ⏰
00:00 🏁Start
00:30 💪 Prerequisites
01:40 ✍🏼 Create an AWS EKS Cluster
03:50 👨🏫 Configure an AWS EC2 Node Group
06:33 🚚 Deployment of a Web App on the AWS EKS Cluster
10:02 ✏️ Summary
------------------------------------------------------------------------------------
👉🏼 Terraform Tutorial from Zero to Hero
• Terraform Tutorial from Zero to Hero
👉🏼 GitLab CI/CD Crash Course:
• GitLab CI/CD Crash Course
👉🏼Quick Share CI/CD Tips:
• Quick Share CI/CD Tips
Also, if you're new to Docker, Helm 3, or K8S, check out my guides below:
👉🏼Helm 3 Introduction and Installation
• Helm 3 Introduction and Installation
👉🏼Helm 3 Deep Dive
• Helm 3 Deep Dive
👉🏼Docker Tutorial for Beginners Step by Step
• Docker Tutorial for Beginners Step by...
👉🏼Docker Compose Tutorial
• Docker Compose Tutorial
👉🏼Install Minikube in Windows 10 via Docker Desktop
• Install Minikube in Windows 10 via Do...
👉🏼Kubernetes Minikube
• Minikube
👉🏼Kubernetes Core Concepts and Demo
• Kubernetes Core Concepts and Demo
👉🏼Kubernetes Advance and Demo
• Kubernetes Adavance and Demo
👋-----------------------------------------------------------------------------------
Easy Connect:
🏢 https://bit.ly/3tN3DeI
🐦 https://bit.ly/3LF2q1Z
Photo by Shahadat Rahman on Unsplash