filmov
tv
AWS Hands-On: Deploy a Containerized App to EKS using eksctl and kubectl.
Показать описание
In this video, we'll deploy a Containerized App to EKS using eksctl and kubectl.
Links:
Commands:
Configure eksctl (EKS CLI created by Weaveworks)
brew tap weaveworks/tap
brew install weaveworks/tap/eksctl
eksctl version
Crete a Cluster
eksctl create cluster \
--name demo-cluster \
--version 1.23 \
--region us-east-1 \
--nodegroup-name demo-workers \
--nodes 3 \
--nodes-min 1 \
--nodes-max 4 \
--managed
eksctl get cluster
Create a Deployment on the EKS Cluster:
aws eks update-kubeconfig --name demo-cluster --region us-east-1
kubectl get all
kubectl get pods
kubectl get nodes
eksctl delete cluster --name demo-cluster
Test Deployment:
1. kubectl get all
2. Copy LoadBalacner Endpoint
Links:
Commands:
Configure eksctl (EKS CLI created by Weaveworks)
brew tap weaveworks/tap
brew install weaveworks/tap/eksctl
eksctl version
Crete a Cluster
eksctl create cluster \
--name demo-cluster \
--version 1.23 \
--region us-east-1 \
--nodegroup-name demo-workers \
--nodes 3 \
--nodes-min 1 \
--nodes-max 4 \
--managed
eksctl get cluster
Create a Deployment on the EKS Cluster:
aws eks update-kubeconfig --name demo-cluster --region us-east-1
kubectl get all
kubectl get pods
kubectl get nodes
eksctl delete cluster --name demo-cluster
Test Deployment:
1. kubectl get all
2. Copy LoadBalacner Endpoint
AWS Hands-On: Deploy a Containerized App to EKS using eksctl and kubectl.
Containers in AWS | For Absolute Beginners
Hosting a Docker Container on AWS EC2 Free Tier in under 12 minutes
Learn to Deploy Containers on AWS - Crash Course (Hands On!)
7 Ways to Deploy Containers on AWS
How to Deploy a Docker App to AWS using Elastic Container Service (ECS)
AWS ECS Tutorial | Deploy a New Application from Scratch | KodeKloud
Containers on AWS Overview: ECS | EKS | Fargate | ECR
The Evolution of Infrastructure from Code • Adam Keller, Elad Ben-Israel & Eric Johnson
AWS Cloud Containers Conference - Build and deploy straight from Docker to AWS
Learn to Deploy your Docker Container on EC2 in 15 Minutes
Launch Docker container on AWS Fargate
Build & Deploy Multi-Container Apps to AWS
Containers on AWS | AWS Elastic Container Service | AWS Training | Edureka | AWS Rewind - 1
Dockerfile >Docker Image > Docker Container | Beginners Hands-On | Step by Step
AWS ECS Tutorial | Amazon Elastic Container Service | AWS ECS Tutorial For Beginners | Simplilearn
AWS CodePipeline | AWS CodeDeploy | AWS CodeBuild | CodeCommit | Deploy WebApp a Hands on Lab
AWS Devops using CodePipeline, CodeCommit, CodeBuild, CodeDeploy to ECS ECR 🚀
Amazon Elastic Container Service (ECS) with a Load Balancer | AWS Tutorial with New ECS Experience
The DevOps secret to deploying React apps on AWS | DevOps | Docker | AWS | Web Development
AWS ECS | Elastic Container Service | AWS Cloud | Deploying Containers on ECS Fargate
4 Easy Steps to Deploy Your Microservices Architecture With AWS ECS
AWS ECS Fargate Demo | AWS ECS Tutorial | AWS Fargate
Containers on AWS | AWS Elastic Container Service | AWS Training | Edureka | AWS Rewind - 4
Комментарии