Troubleshooting Kubernetes deployments

Sdílet
Vložit
  • čas přidán 7. 08. 2024
  • Subscribe to show your support! goo.gl/1Ty1Q2 .
    Patreon 👉🏽 / marceldempers
    In this video, I will share the process of troubleshooting Kubernetes workflows, deployments, pods and services. This will help you develop a pattern to follow when troubleshooting issues on your own
    Also, if you're new to Kubernetes, checkout my guides below:
    Check out part 1 for how to install Kubernetes on Windows:
    • Kubernetes Getting Sta...
    Check out part 2 of how to use KUBECTL:
    • Kubectl basics for beg...
    Check out part 3 of how to do deployments
    • Kubernetes Deployments...
    Check out part 4 of how to manage application configurations
    • Configuration manageme...
    Check out part 5 of secret management explained
    • Kubernetes Secret Mana...
    Like and Subscribe for more :)
    Source Code
    github.com/marcel-dempers/doc...
    Follow me on socials!
    Twitter | / marceldempers
    GitHub | github.com/marcel-dempers
    Facebook | thatdevopsguy
    LinkedIn | / marceldempers
    Instagram | / thatdevopsguy
    Music:
    Track: synoh - ALIVE | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
    Listen: / alive
    Track: liquid - Circus | is licensed under a Creative Commons Attribution licence (creativecommons.org/licenses/...)
    Listen: / circus
    Track: sugiwa - TRY ME // CALL ME
    Listen: / try
  • Věda a technologie

Komentáře • 31

  • @FightView
    @FightView Před 8 měsíci

    Genius teacher. I'd pay money to watch this.

  • @diegonayalazo
    @diegonayalazo Před 8 měsíci

    Troubleshooting master class. Thanks Sensei!

  • @mechwarrior83
    @mechwarrior83 Před rokem

    I love your subtle sense of humour and the mad knowledge you're dropping. Instant subscribe

  • @B0yRac3r
    @B0yRac3r Před 3 lety +3

    One of the best teaching videos I've had the pleasure of watching. Thank you!

  • @mohammadtorkashvand4061
    @mohammadtorkashvand4061 Před 4 lety +2

    Thanks a lot, Dear Marcel
    Clear accent with clear steps.
    I love your way of teaching...

  • @chrismcclure4264
    @chrismcclure4264 Před 2 lety

    As someone who is new to Kubernetes this was crazy helpful.

    • @chrismcclure4264
      @chrismcclure4264 Před 2 lety +2

      In addition, I like your role play with the person asking you questions and saying it's broken. It's funny because that it how things work in real life

  • @bsrameshonline
    @bsrameshonline Před 3 lety

    excellent troubleshooting steps - gives an insight idea on how to approach to troubleshoot by looking into related things

  • @agonzalezo
    @agonzalezo Před rokem

    Great tips to do troubleshooting, thanks

  • @pinnellishankarraju
    @pinnellishankarraju Před 4 lety

    Thanks Marcel,
    Good explanation on how to troubleshooting the k8s issues.👌👌

  • @martinshiveral6604
    @martinshiveral6604 Před 2 lety

    Great troubleshooting video Marcel!

  • @HSharpknifeedge
    @HSharpknifeedge Před 2 lety

    A BIG THANK YOU x 10000 everything in one video. As always very cool!

  • @priyanarayanan8200
    @priyanarayanan8200 Před 4 lety

    this content is too good sir . Thanks Alot !!!

  • @hemanthmarella2600
    @hemanthmarella2600 Před 4 lety

    Thanks a lot..!!!
    If possible, please make a video on, how istio is useful for microservices(traffic flow,different ways of configuring,etc).

  • @Jambajakumba
    @Jambajakumba Před 2 lety

    Thank you Marcel. Much appreciation.

  • @rsrini7
    @rsrini7 Před 4 lety +2

    Thanks. Each video of yours.. gem. wonder why not even reaching 1000 views. Also feel bad the view count is not reflected in likes count. Sorry, youtube provided option to like only one time ... :)

  • @Techtips200
    @Techtips200 Před 3 měsíci

    Please bring new videos on tshoooting..specially on networking issues in k8

  • @jakubbalous866
    @jakubbalous866 Před 4 lety

    Super !! thanks a lot for tips. Nextime maybe some video about volumes, disk etc. I am still fighting with this :)

  • @shambhulinga4173
    @shambhulinga4173 Před 2 lety

    informative .... simple and interesting ..essay to understand thanks

  • @Fayaz-Rehman
    @Fayaz-Rehman Před 3 lety

    Thank you.

  • @ramkumarm8532
    @ramkumarm8532 Před 9 měsíci +1

    Good

  • @K2ThaYo
    @K2ThaYo Před 4 lety +1

    Really good tips here. Very good video! I would like to know how you accomplish your testing in your ci/CD process. Me for example I was using Helm charts to deploy my apps and in ci process I was like creating and testing the docker image, then lining and dry run the Helm chart, then test deploying it on an preview env... I would love to know what you are testing and what tools are you using

    • @MarcelDempers
      @MarcelDempers  Před 4 lety +2

      For microservices I keep things simple. Every service needs 1 yaml file which includes Deployment, Service Configmap and Ingress. This means there's no need for helm charts. I also don't dry run because these templates never change and if they do I fail fast and fix. Testing is done with docker containers most code does unit test and/or selenium UI test. Having as little dependencies as possible is important

  • @priyanarayanan8200
    @priyanarayanan8200 Před 4 lety

    Hi sir , can you please do storage issues faced

  • @daniele3184
    @daniele3184 Před 2 lety

    great video and explanation. is the source code available to I can learn even further ? thanks

  • @muralikalluru6171
    @muralikalluru6171 Před 2 lety

    For me the pod was periodically restarting when I describe the pod state it says running and last state is terminated restart count is increasing. can please help to fix

    • @MarcelDempers
      @MarcelDempers  Před 2 lety +1

      Its its restarting because of termination, your app is exiting or crashing. check the logs

    • @muralikalluru6171
      @muralikalluru6171 Před 2 lety

      @@MarcelDempers
      Thanks for update logs was not rotating

  • @trailblazer_nomad
    @trailblazer_nomad Před 3 lety

    I'm stuck. kubectl apply -n jenkins -f jenkins.deployment.yaml
    deployment.apps/jenkins created
    So it said the deploy was created but when I describe it it says it doesn't exist
    Error from server (NotFound): deployments.apps "jenkins" not found
    Please help :)

    • @MarcelDempers
      @MarcelDempers  Před 3 lety +1

      You need to make sure you are describing the deployment from the correct namespace and not the default

  • @ioagel
    @ioagel Před 3 lety

    use linux and/or mac and you forget about line endings…