Understanding KUBECTL - Learning Kubernetes

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

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

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

    Welcm back boss, missed your videos on kubernetes, i would like to see GKE with terraform and Gitlab CICD on top of kubernetes.

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

      Would also love to see a gcp gke in terraform. Also databases on kubernetes

  • @zenobikraweznick
    @zenobikraweznick Год назад +2

    Me: trying to do something with k8s cluster with some UI tools
    Kubectl: Dude, Do you even lift?

  • @Jayme-r5m
    @Jayme-r5m 22 дня назад

    Anderson David Johnson Kevin Jackson Patricia

  • @FabianoChagas
    @FabianoChagas Год назад +2

    The videos you produce should be part of the official kubernetes trainings.
    thanks for sharing

  • @ashishbadgujar8215
    @ashishbadgujar8215 Год назад +2

    Expecting this a year back from you, coz I love your way of teaching :)

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

    Thank you for explaining how usually you will run everything with a kubectl apply -f. When I first started learning the other way then it was confusing to just go over doing all the setup with a single command. Really enjoying your vids in general.

  • @SnowboardPlata
    @SnowboardPlata Год назад +2

    Thank you so much for making these videos and explaining so thoroughly instead of assuming that us new folks know already what much of the terminology means.

  • @THIRSTYGNOME
    @THIRSTYGNOME Год назад +2

    Your videos blow the Linux Foundation training out of the water. So clear and concise.

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

    at 16:44, why wouldn't you merge the config and switch the context. Let say one context for Docker-Desktop and another Digital Ocean (kadmn) cluster.

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

      for some, keeping environmental config separate helps. Prevents mistakenly access incorrect contexts and requires intentional config switch to make that mistake

  •  Год назад

    Kubectx for contexts switching!

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

    And he's back, everybody!!!

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

    Fab 🎉

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

    How does your service select your deployment pods, since you didn't provide labels or selectors, or used kubectl expose on it?

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

      Very good question. I did not realise but I believe when using "kubectl create service" and specifying the service name the same as the deployment name I believe it will use a selector to match the name of which the service was created by.
      Now because my name of my deployment and service is the same, their selectors and labels happened to match.
      I probably should have shown the selector explicitly

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

    Marcel is the boss !

  • @Itsme-kx1us
    @Itsme-kx1us Год назад

    Tq soooo much sir for providing this amazing content at free of cost 🙏🙏🙏🙏

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

    We are blessed yet again by another knowledge drop from the lord himself.

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

    This video is one of the best. I have been waiting for it. Thanks a bunch 💪😊

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

    Is there a way you can deploy to kind cluster using azure devops cicd?

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

      You could use something like Flux or a GitOps approach to pull things into a kind cluster. However, I would avoid hooking up CI/CD pipelines to kind since kind is purely for local k8s testing

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

    Beautiful content

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

    Thank you so much for these videos you've made learning kubernetes a little bit easier