Create EKS with Fargate Using AWS Console | AWS EKS Tutorial

Описание к видео Create EKS with Fargate Using AWS Console | AWS EKS Tutorial

We will create fargate on eks, and then deploy a nginx dicker image on the cluster.
Also, I will show how to fix coredns addon deployment issue, when EKS does not have EC2 node group.
All steps are using the AWS Management console without installing AWS and kubectl on your local box.

👉🏼 Video content file: https://gitlab.com/LianDuanTrainingGr...
👉🏼 Terraform file: https://gitlab.com/LianDuanTrainingGr...
👉🏼 nginx-deployment.yaml file: https://gitlab.com/LianDuanTrainingGr...

🧡 Subscribe to show your support! https://bit.ly/3hrhOmW

Video Related Commands:
Run the command to check the AWS identity:
```
aws sts get-caller-identity
```
STS means Security Token Service, This command provides information about the AWS identity to ensure my current account has the right permissions.

Install kubectl
Doc: https://docs.aws.amazon.com/eks/lates...
```
chmod +x ./kubectl
kubectl version --client
The command displays the installed kubectl client version.
```
Update kubeconfig for EKS Cluster
Run "aws eks update-kubeconfig --region us-east-1 --name eksDemo" to update the kubeconfig file for the EKS cluster.

Execute the command to deploy the Nginx Docker image to the EKS cluster:
```
kubectl apply -f https://gitlab.com/LianDuanTrainingGr...
```
The command applies the configuration defined in the YAML file to create the deployment.
check
kubectl get namespace
kubectl get pod -n=demo
kubectl rollout restart -n kube-system deployment coredns


⏰ T I M E S T A M P S ⏰
00:00 Start
00:59 Fargate on Amazon EKS
02:19 Benefits of Fargate with EKS
03:09 Hands-on Demo: Prerequisites Roles
03:49 Hands-on Demo: Prerequisites VPC
05:12 Hands-on Demo: Create EKS
06:56 Hands-on Demo: Create Fargate Profile
07:25 Hands-on Demo: Create NameSpace
08:40 Hands-on Demo: Deploy Nginx Pod
10:50 Hands-on Demo: Fix Coredns Pod Issue
12:10 Summary
------------------------------------------------------------------------------------

👉🏼 Create EKS Cluster Using AWS Console
   • Create EKS Cluster Using AWS Console ...  

👉🏼 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

Комментарии

Информация по комментариям в разработке