All about Pods | Deploying Nginx to Kubernetes

Поділитися
Вставка
  • Опубліковано 18 чер 2024
  • In this video, we'll be discussing everything that you need to know about pods. We'll discuss the need for a pod, what is a sidecar container, how pods communicate, and how to scale applications with pods. For hands-on, we'll be deploying Nginx to Kubernetes and try to access it.
    Timestamps:
    00:00 - Intro
    01:28 - Sidecar container and its use case
    02:07 - Need for a pod
    03:03 - Scaling applications with pods
    03:19 - Pod Communication
    03:58 - Creating Pods with kubectl
    05:18 - Creating Pods with YAML
    11:43 - Filtering Pods
    12:20 - Listing Pods and it's details
    14:45 - Getting into the pod
    15:43 - Port-forwarding
    17:02 - Checking Pod Logs
    17:14 - Deleting Pods
    18:40 - Summary
    Useful Links:
    Pod config that we created - github.com/pelthepu/Kubernete...
    Please give a Like and Subscribe - bit.ly/pavanelthepu
    My other courses:
    Docker Complete Course: • Docker Tutorial | Ful...
    Thank you very much!
    #kubernetes #pods #devops #fullstackdevelopment

КОМЕНТАРІ • 41

  • @MissAchiver
    @MissAchiver Місяць тому +1

    It's awesome explaination with proper visualization like anyone can understand easily I had so many doubt now it's very clear. Thanks for this content

  • @satishkumarrayavarapu5054
    @satishkumarrayavarapu5054 27 днів тому +1

    Great content subscribed..!!! saved my life with your useful ones...

  • @MindMaze644
    @MindMaze644 5 місяців тому +1

    You are awesome man. I am going to watch these over and over again for the next 6 months until I am mad full with Kubernetes

  • @naren06938
    @naren06938 9 місяців тому +2

    Excellent session

  • @ujjwalbansal5649
    @ujjwalbansal5649 2 роки тому +2

    One of the best video on Pods... Great work sir...

  • @nitinshetty0706
    @nitinshetty0706 2 роки тому +2

    Good one Pawan, you have put it in a very simple way

  • @faizalfaizee2468
    @faizalfaizee2468 2 роки тому +1

    Crystal clear 👏

  • @PrashantShetage
    @PrashantShetage Рік тому +1

    Thanks, Pavan for such great content.

    • @PavanElthepu
      @PavanElthepu  Рік тому

      Thank you Prashanth. Please share with your friends and colleagues

  • @dummymail6029
    @dummymail6029 2 місяці тому

    great video thanks pavan

  • @Ayush-lj6pq
    @Ayush-lj6pq Рік тому +1

    great video and explanation

    • @PavanElthepu
      @PavanElthepu  Рік тому

      Glad you liked it! Please subscribe and share with your friends and colleagues

  • @user-pm6qt6ee7p
    @user-pm6qt6ee7p 4 місяці тому +1

    Helpful

  • @akhil123456000
    @akhil123456000 9 місяців тому

    You should do more videos Pavan, and thanks for sharing this

    • @PavanElthepu
      @PavanElthepu  9 місяців тому

      Thanks for your interest in my content. Just uploaded a new video🙂
      Please subscribe and share with your friends and colleagues

  • @user-le3ll1kv7g
    @user-le3ll1kv7g 8 місяців тому +1

    super sir

    • @PavanElthepu
      @PavanElthepu  7 місяців тому

      Thank you, please subscribe and share with your friends and colleagues

  • @vback4238
    @vback4238 9 місяців тому +1

    Wow! You are really good!!

    • @PavanElthepu
      @PavanElthepu  9 місяців тому

      Thank you so much. Please subscribe and share with your friends and colleagues

    • @vback4238
      @vback4238 9 місяців тому

      Trust me. I have subscribed and been sharing! Are you a DevOps Engr? Is there a way to contact you privately?

    • @PavanElthepu
      @PavanElthepu  9 місяців тому

      @vback4238 please message me on LinkedIn www.linkedin.com/in/pavanelthepu

  • @mubashir1976
    @mubashir1976 Рік тому

    Thanks Pavan for such great stuff, q quick dumb question, where is the container image nginx being pulled from? Does the system look at the listed repo in its config and pull it from there?

    • @PavanElthepu
      @PavanElthepu  Рік тому

      It pulls from docker registry by default. But you can also pull from any other repository like ECR. Please share with your friends and colleagues

    • @mubashir1976
      @mubashir1976 Рік тому

      @@PavanElthepu Thanks Pavan, please consider creating udemy course, you are very good communicating complex concept .
      I am from networking background so my questions may be dumb.
      Much appreciated!!

    • @PavanElthepu
      @PavanElthepu  Рік тому +2

      Definitely Zeeshan. Happy Learning and post me updates on your career change. Love to see you growing!

  • @rgoel111
    @rgoel111 2 роки тому +1

    Can you please create a video on Jenkins config as a code with helm chart

  • @libertydemo1162
    @libertydemo1162 11 місяців тому +1

    Excellent, Excellent and again I say Excellent. Do you have a presence on another platform e.g. Odysee, Rumble, locals ...

    • @PavanElthepu
      @PavanElthepu  11 місяців тому

      Thank you so much🙂. Currently I'm on only UA-cam

  • @abdelhadilakhdim8052
    @abdelhadilakhdim8052 Місяць тому +1

    how can i resolve it

    • @PavanElthepu
      @PavanElthepu  Місяць тому

      Please make sure your image name is correct. Also check if you’re able to pull image with docker pull

  • @satya1067
    @satya1067 Рік тому +1

    Found hidden 💎

  • @pavan3011
    @pavan3011 Рік тому +1

    Why do we need api version what happens in background

    • @PavanElthepu
      @PavanElthepu  Рік тому

      Same resource can be available in different apiVersions. You can treat apiVersion as package and resource as class in Java.
      Example: Deployment is a resource in apps/v1. I can create my own resource with same name(Deployment) in different apiVersion

  • @jalandharbehera2456
    @jalandharbehera2456 Рік тому

    Sir please do video in helm chart 🙏🙏

    • @PavanElthepu
      @PavanElthepu  Рік тому

      Stay Tuned. It's on the way!

    • @bschanneladdy
      @bschanneladdy 13 днів тому

      @@PavanElthepu Still waiting man hope you still care about us.

    • @PavanElthepu
      @PavanElthepu  13 днів тому

      ua-cam.com/video/3HqLVgteMrQ/v-deo.htmlsi=KUCYLL5k0KICZeTF

    • @bschanneladdy
      @bschanneladdy 13 днів тому +1

      @@PavanElthepu thanks dont know thy search was not working for me on your channel
      thank you again

  • @MeetPatel-kz9gr
    @MeetPatel-kz9gr 2 роки тому

    Why does the command "k get svc" after running "k apply -f nginx.yaml" doesn't work? It should list the svc created for nginx but it doesn't. It did for kubia.