Linux Cloud DevOps & More by Abushad
Linux Cloud DevOps & More by Abushad
  • Видео 16
  • Просмотров 23 520
How to implement Cluster AutoScaler in Kubernetes - AWS EKS
This video is about how to implement a cluster autoscaler in Kubernetes - AWS EKS , Terraform is used here to create AWS EKS
How to insall eksctl and how to use eksctl to create AWS EKS
ruclips.net/video/8Chzg7D99eA/видео.html
Hashicorp github url : github.com/hashicorp/terrafor...
URL Link : Creating EC2 Instance and installing AWS CLI and Kubectl :
www.youtube.com/watch?v=Mfvnn...
Blog Link : abushadtech.blogspot.com/2021...
For AWS CLI v2 : docs.aws.amazon.com/cli/lates...
curl "awscli.amazonaws.com/awscli-e..." -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
How to provision AWS EKS using Terraform
ruclips.net/video/KsvfV5iuWqM/видео.html
Просмотров: 2 461

Видео

How to provision AWS EKS using Terraform
Просмотров 14 тыс.2 года назад
This video is about terraform concepts and how to provision eks cluster using terraform Hashicorp github url : github.com/hashicorp/terraform-provider-aws URL Link : Creating EC2 Instance and installing AWS CLI and Kubectl : ruclips.net/video/MfvnnkpW9jM/видео.html Blog Link : abushadtech.blogspot.com/2021/10/install-and-configure-aws-cli-and.html For AWS CLI v2 : docs.aws.amazon.com/cli/latest...
VPA - Vertical Pod Autoscaler | Kubernetes | AWS | EKS
Просмотров 1,3 тыс.2 года назад
This video is about the concepts of vertical pod autoscaler in kubernetes HPA based on memory : ruclips.net/video/lHDYtGwNK8Q/видео.html HPA based on CPU : ruclips.net/video/FnGDYTUBwWE/видео.html AWS EKS video url : ruclips.net/video/8Chzg7D99eA/видео.html VPA Controller github repo url : github.com/kubernetes/autoscaler.git Metrics server manifest file url : github.com/kubernetes-sigs/metrics...
Horizontal Pod Autoscaler based on Memory Usage | HPA | AWS | EKS | Kubernetes
Просмотров 7762 года назад
This video demonstrates how horizontal pod autoscaler works for kubernetes based on memory usage AWS EKS setup using eksctl : ruclips.net/video/8Chzg7D99eA/видео.html HPA based on cpu usage: ruclips.net/video/FnGDYTUBwWE/видео.html
Horizontal Pod Autoscaler based on CPU usage | HPA | AWS | EKS | Kubernetes
Просмотров 5072 года назад
This video demonstrates how horizontal pod autoscaler works for kubernetes based on cpu usage AWS EKS setup using eksctl : ruclips.net/video/8Chzg7D99eA/видео.html AWS document url : docs.aws.amazon.com/eks/latest/userguide/horizontal-pod-autoscaler.html
Step by Step configuration of client machine "AWS EC2 t2.small'' for CI/CD integration
Просмотров 1002 года назад
This video has step by step configuration of client machine which is used for the CI/CD integration , EKS cluster creation using eksctl is also included Blog Link : www.blogger.com/blog/post/edit/3459881340748739156/4630059549797592608 EKS Cluster using eksctl : ruclips.net/video/8Chzg7D99eA/видео.html Jenkins kubernetes integration: ruclips.net/video/B6jFWCYjGKc/видео.html
End to end automation of application deployment in kubernetes using jenkins
Просмотров 1,2 тыс.2 года назад
This video is a demo on how to automate application deployment in kubernetes using CI/CD pipeline (Jenkins) Jenkins, Docker , AWS EKS , kubectl, aws cli , eksctl , maven etc Github Link : github.com/abushadtmp/java-demo.git Docker Hub Link : hub.docker.com/repository/docker/abushad/java-web-app
How to create AWS EKS using EKSCTL
Просмотров 3552 года назад
How to easily create AWS EKS using EKSCTL Blog Link abushadtech.blogspot.com/2021/10/how-to-create-aws-eks-using-eksctl.html
Demo: 4 Tier application deployment in Kubernetes
Просмотров 2092 года назад
Demo: 4 Tier application deployment in Kubernetes Blog Link abushadtech.blogspot.com/2021/10/demo-how-to-deploy-4-tier-application.html
How to deploy custom docker image as POD in kubernetes
Просмотров 5072 года назад
How to deploy custom docker image as POD/container in kubernetes and creating LB to access the services Blog Link abushadtech.blogspot.com/2021/10/deploying-custom-docker-image-as.html Video link to setup of ec2 client machine ruclips.net/video/MfvnnkpW9jM/видео.html
Building a custom docker container image - For Beginners
Просмотров 1672 года назад
Building a custom docker container image and then create a container from that image and finally pushing it to Docker Hub Blog Link abushadtech.blogspot.com/2021/10/building-custom-docker-container-image.html
Creating EC2 Instance in specific VPC
Просмотров 3582 года назад
Creating EC2 Instance in specific VPC and installing AWS CLI and Kubectl Blog Link : abushadtech.blogspot.com/2021/10/install-and-configure-aws-cli-and.html
AWS VPC explained with Demo
Просмотров 1122 года назад
AWS VPC explained with Demo
EKS cluster using management console - Part 3
Просмотров 5453 года назад
EKS cluster setup using AWS management Console abushadtech.blogspot.com/2021/10/install-and-configure-aws-cli-and.html
EKS cluster using management console - Part 2
Просмотров 6023 года назад
EKS cluster setup using AWS management Console
EKS cluster using management console - Part 1
Просмотров 8213 года назад
EKS cluster using management console - Part 1

Комментарии

  • @moluguranjith
    @moluguranjith 4 месяца назад

    Sir after vpa applied its autometically update cpu and memory

  • @udupimirror2068
    @udupimirror2068 Год назад

    U r the boss

  • @prabhasrockstar
    @prabhasrockstar Год назад

    share the code

  • @rritsoftwaresolutions9566
    @rritsoftwaresolutions9566 Год назад

    please provide source code url

  • @pavanbhat5573
    @pavanbhat5573 Год назад

    Thank you so much for this video!!! I hope you do a video on Cluster Autoscaler with self managed services like kOps

  • @ayushsitoke2456
    @ayushsitoke2456 Год назад

    Thanks for this video!

  • @guruprasadpaila2477
    @guruprasadpaila2477 Год назад

    I have set up K8S cluster using EKS. CA has been configured to increase/decrease the number of nodes based on resources availability for pods. During scale-down, the CA terminates a node before moving pods in the node on another node. So, the pods get scheduled on another node after the node gets terminated. Hence, There is some downtime until the re-scheduled pods become healthy on another node. How can I avoid the downtime by ensuring that the pods get scheduled on another node before the node gets terminated?

  • @praveens9860
    @praveens9860 2 года назад

    @Abushad Does this Autoscaler will not affect your Terraform State file ..?

  • @pedrocosta770
    @pedrocosta770 2 года назад

    Hi, just so I can see if I undestand, you are connected in a EC2 machine executing the eks terraform installation?

  • @ashizzworld9553
    @ashizzworld9553 2 года назад

    Nice video 🥰keep going 👍

  • @vimaladeshmukh4017
    @vimaladeshmukh4017 2 года назад

    Very nicely explained subscribed to your channel.. one request.. how about you made a video on end to end configuration of AWS with jenkins kubernetes, jenkins with docker configuration. .?? Seems we need to add plugins Hope you make a video on it

  • @MRkumar-kx8rw
    @MRkumar-kx8rw 2 года назад

    Hi, thanks for detail steps and i have followed everything but in VPA recommendations are not showing

  • @shivpatil1315
    @shivpatil1315 2 года назад

    what if You want 5 or may be 8 nodes then in that case do you again need to go and edit the auto scaling group manually MAX value to 5 or 8 or it will get updated automatically ?

  • @InfinityJourney23
    @InfinityJourney23 2 года назад

    Hy Abushad, I am also get same error of hari prasad How to resolve this error. Your current user or role does not have access to Kubernetes objects on this EKS cluster This may be due to the current user or role not having Kubernetes RBAC permissions to describe cluster resources or not having an entry in the cluster’s auth config map . please solve my problem ASAP.

  • @AdeyemiLawal
    @AdeyemiLawal 2 года назад

    Great video! can you do a video on using Karpenter Autoscaler on AWS please?

  • @jinkahari
    @jinkahari 2 года назад

    Hi, How to resolve this error. Your current user or role does not have access to Kubernetes objects on this EKS cluster This may be due to the current user or role not having Kubernetes RBAC permissions to describe cluster resources or not having an entry in the cluster’s auth config map

  • @ankitview246
    @ankitview246 2 года назад

    Bro, we need more videos from your end.

  • @srujanaraili5344
    @srujanaraili5344 2 года назад

    Thankyou for detailed explanation..!!

  • @mdnishadhussain7131
    @mdnishadhussain7131 2 года назад

    Hi, great video. you have broken down the steps in easy way. But I didn't get the last one how you got connected to terminal .If you could have showed then it would have been great.

  • @Wkids4Fun
    @Wkids4Fun 2 года назад

    Nice demo..

  • @betrandndah6862
    @betrandndah6862 2 года назад

    nice project. but your repo does not work

  • @karivenkatesh2800
    @karivenkatesh2800 2 года назад

    Super video bro...

  • @mediatwinkleTV
    @mediatwinkleTV 2 года назад

    This is good stuff. Thank you

  • @softwarechef
    @softwarechef 2 года назад

    Where is your Gihub/Gitlab repo link where tf code is present ?

    • @linuxclouddevopsmorebyabus2942
      @linuxclouddevopsmorebyabus2942 2 года назад

      General code is available here and then pls follow the video github.com/hashicorp/terraform-provider-aws

    • @basavaraj2065
      @basavaraj2065 2 года назад

      @@linuxclouddevopsmorebyabus2942 We need the code which you explained in the video.

  • @TheRishith
    @TheRishith 2 года назад

    Good one, can you share the code in repo ..

  • @pavankumar-vs9rq
    @pavankumar-vs9rq 2 года назад

    Good explanation

  • @techsolutions123
    @techsolutions123 2 года назад

    thx how are images built and pushed ,their docker files ? abushad/voting:redis db

  • @BestNoobHello
    @BestNoobHello 2 года назад

    Excellent video! Thank you!