Elastic Kubernetes Service | Deploy a sample application

Поделиться
HTML-код
  • Опубликовано: 6 янв 2023
  • This video demonstrates how to create a EKS cluster with node groups and deploy a sample application in it using kubectl.
    Git hub: github.com/listentolearn/aws-...
  • НаукаНаука

Комментарии • 39

  • @mohammedsuhailbasha4860
    @mohammedsuhailbasha4860 Год назад +4

    Good session. Thanks lot. Before going into practical demo, please explain the architecture little bit in-depth and start the practical demo and after created each resources just go to architecture and tell that these resources we have created like that. It will be very helpful for us to understand very clearly.

  • @debillion
    @debillion 24 дня назад

    If a loadbalancer is applied, what dns or url should be used to launch the application?

  • @saradhapurushothaman1755
    @saradhapurushothaman1755 Год назад +3

    Very niceeee 👍🏽👍🏽👌😊🌹

  • @riyazd4246
    @riyazd4246 Год назад +1

    very good explanation but after creating cluster the process like deploying application needs to explain in a better way. if you do it will be helpful to the newbies ( like what is namespace and the commands you are using used for ....) but the session is informative. thank YOu for the session

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

      Thanks for your feedback, Riyaz. I will try to elaborate in future videos.

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

    I want to ask but a little out of topic
    I want to find CPU (Load, Efficiency), Memory (Data throughput,
    Random I/O), Network (Throughput and Latency) of the containers in the EKS cluster such as performance tests
    what tools should be used? because I tried to use sysbench but failed
    Thankuu

  • @BUGZ523
    @BUGZ523 6 месяцев назад +1

    Can you pls tell on which instance we are running these kubectl commands after creating the node group ?

    • @basavarajn995
      @basavarajn995 6 месяцев назад

      T2.micro

    • @listentolearn2363
      @listentolearn2363  6 месяцев назад

      The node group is using t2.medium instance type. I am running the kubectl commands from my machine local terminal.

  • @inafsdeveloper3930
    @inafsdeveloper3930 2 месяца назад

    When I am applying deployment I am getting this error:
    error: error validating "deployment.yaml": error validating data: failed to download openapi: the server has asked for the client to provide credentials; if you choose to ignore these errors, turn validation off with --validate=false
    Any suggestions how to fix it ?

  • @mimahmed95
    @mimahmed95 Год назад +1

    I am facing this error: FailedScheduling 4 minutes ago default-scheduler 0/1 nodes are available: 1 Too many pods. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod..

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

      Hi Ahmed,
      It could be because you selected a smaller instance type like t3 micro or small. I believe EKS is unable to spin up a pod due to space crunch. Could you try t3 medium?

    • @hariharant5593
      @hariharant5593 11 месяцев назад

      @@listentolearn2363I m getting error in creating nodes

  • @ranjithavidyashankar4174
    @ranjithavidyashankar4174 6 месяцев назад

    how to get this command prompt and what all should i install before deployment

    • @listentolearn2363
      @listentolearn2363  5 месяцев назад

      Hello, I am using terminal in mac. please install kubectl.

  • @manoranjanmajumdar8427
    @manoranjanmajumdar8427 7 месяцев назад

    the command is type in which linux or command prompt ??

    • @manoranjanmajumdar8427
      @manoranjanmajumdar8427 7 месяцев назад

      direct steps not understanding you please follow step by step

    • @listentolearn2363
      @listentolearn2363  7 месяцев назад

      Hi, am using terminal in mac. please use command prompt in case of windows.

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

    in the deployment yaml file how did get the image can u explain

  • @hariharant5593
    @hariharant5593 11 месяцев назад

    couldnot create the worker node. ERROR: could not join instance to the cluster

    • @listentolearn2363
      @listentolearn2363  11 месяцев назад +1

      Hi Hariharan,
      This could be because of a bunch of reasons around the infrastructure setup, mostly the subnets and security groups. Here are some troubleshooting steps that you can try, repost.aws/knowledge-center/ecs-instance-unable-join-cluster

  • @Learn_IT_with_Azizul
    @Learn_IT_with_Azizul 6 месяцев назад

    very useful content but unfortuantely so low sound quality. plz consider it. ty

  • @uradiprashanthmudiraj5942
    @uradiprashanthmudiraj5942 3 месяца назад +1

    iam getting error like : error: the path "deployment.yaml" does not exist

    • @arunshankars8398
      @arunshankars8398 3 месяца назад +1

      Your command prompt/gitbash should be opened from the folder where the .yaml file is present.

    • @listentolearn2363
      @listentolearn2363  2 месяца назад

      Please cd into the folder where you have placed your deployment.yaml file in cmd before executing the commands.

    • @listentolearn2363
      @listentolearn2363  2 месяца назад

      Thanks :)

  • @christopherh2579
    @christopherh2579 Год назад +3

    low volume

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

    audio too low

  • @Truffles330
    @Truffles330 2 месяца назад

    Your audio is too low. Please setup the audio quality it is quite poor.

  • @user-jr4ur2vk3d
    @user-jr4ur2vk3d 7 месяцев назад

    I have created the eks cluster and node group both are in private. Since there is no public ip i cannot connect to the intance. When i try to install IAM authenticator it is throwing me an error -> "chmod +x ./aws-iam-authenticator
    'chmod' is not recognized as an internal or external command,
    operable program or batch file." I am stucked here

    • @listentolearn2363
      @listentolearn2363  7 месяцев назад

      Hello, you are looking for a fully private cluster setup. this might help - eksctl.io/usage/eks-private-cluster/#:~:text=eksctl%20supports%20creation%20of%20fully,cluster%20without%20outbound%20internet%20access.