I love your subtle sense of humour and the mad knowledge you're dropping. Instant subscribe
@FightView Жыл бұрын
Genius teacher. I'd pay money to watch this.
@B0yRac3r4 жыл бұрын
One of the best teaching videos I've had the pleasure of watching. Thank you!
@mohammadtorkashvand40614 жыл бұрын
Thanks a lot, Dear Marcel Clear accent with clear steps. I love your way of teaching...
@diegonayalazo Жыл бұрын
Troubleshooting master class. Thanks Sensei!
@chrismcclure42642 жыл бұрын
As someone who is new to Kubernetes this was crazy helpful.
@chrismcclure42642 жыл бұрын
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
@GameOfPricks2 жыл бұрын
Great troubleshooting video Marcel!
@bsrameshonline4 жыл бұрын
excellent troubleshooting steps - gives an insight idea on how to approach to troubleshoot by looking into related things
@HSharpknifeedge2 жыл бұрын
A BIG THANK YOU x 10000 everything in one video. As always very cool!
@agonzalezo Жыл бұрын
Great tips to do troubleshooting, thanks
@pinnellishankarraju4 жыл бұрын
Thanks Marcel, Good explanation on how to troubleshooting the k8s issues.👌👌
@hemanthmarella26005 жыл бұрын
Thanks a lot..!!! If possible, please make a video on, how istio is useful for microservices(traffic flow,different ways of configuring,etc).
@Jambajakumba3 жыл бұрын
Thank you Marcel. Much appreciation.
@priyanarayanan82005 жыл бұрын
this content is too good sir . Thanks Alot !!!
@jakubbalous8665 жыл бұрын
Super !! thanks a lot for tips. Nextime maybe some video about volumes, disk etc. I am still fighting with this :)
@shambhulinga41732 жыл бұрын
informative .... simple and interesting ..essay to understand thanks
@rsrini74 жыл бұрын
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 ... :)
@K2ThaYo5 жыл бұрын
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
@MarcelDempers5 жыл бұрын
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
@Techtips2007 ай бұрын
Please bring new videos on tshoooting..specially on networking issues in k8
@muralikalluru61713 жыл бұрын
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
@MarcelDempers3 жыл бұрын
Its its restarting because of termination, your app is exiting or crashing. check the logs
@muralikalluru61713 жыл бұрын
@@MarcelDempers Thanks for update logs was not rotating
@priyanarayanan82005 жыл бұрын
Hi sir , can you please do storage issues faced
@daniele31842 жыл бұрын
great video and explanation. is the source code available to I can learn even further ? thanks
@ramkumarm8532 Жыл бұрын
Good
@trailblazer_nomad3 жыл бұрын
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 :)
@MarcelDempers3 жыл бұрын
You need to make sure you are describing the deployment from the correct namespace and not the default
@Fayaz-Rehman3 жыл бұрын
Thank you.
@ioagel3 жыл бұрын
use linux and/or mac and you forget about line endings…