How to learn Kubernetes in 2022

  Рет қаралды 27,578

That DevOps Guy

That DevOps Guy

Күн бұрын

Пікірлер: 43
@douglasfneves
@douglasfneves 2 жыл бұрын
Marcel teaches things like as if he were a (much more knowledgeable) desk buddy at work. This is incredibly helpful!!! Thanks for the hard work put into all the videos. I am learning a lot.
@kingleo188
@kingleo188 8 ай бұрын
Thank you so much, Very well explained. - From South Africa.
@intimidate123
@intimidate123 2 жыл бұрын
Wow this is a great video breaking everything down that overwhelms a lot of people trying to learn k8s.
@LuHaTube
@LuHaTube 2 жыл бұрын
No words. Wooow, from an ocean like Kubernetes what an amazing, short and brief tutorial !!! Thanks very much Marcel.
@Jimmy_Jones
@Jimmy_Jones Жыл бұрын
I rarely like a video. But this video was something else. So clear and concise. Thanks.
@Harriswilliam94
@Harriswilliam94 Жыл бұрын
Something that was missed is that you need to share the docker images with kind. If you are receiving STATUS: ImagePullBackOff when viewing "kubectl -n cms get pods". Then you need to do the following, "kind load docker-image {imagename}"
@thedanielspindler
@thedanielspindler Жыл бұрын
This was an awesome vid! I was lucky enough to work with this guy back at Webjet! Keep up the great work!
@jk8190
@jk8190 2 жыл бұрын
Great stuff! The knowledge is really compacted without too much of details and it's combined with practical example. Both You and Tech with Nana are amazing tutors!
@acosmicabberation8173
@acosmicabberation8173 2 жыл бұрын
I like how you enjoyed your vacation in Palma de Mallorca and post a picture in your intro :D
@anthonyrussano
@anthonyrussano 2 жыл бұрын
Thank you sir, you are a true scholar and a gentleman!!!
@benatherton
@benatherton 2 жыл бұрын
Thank you so much for this Marcel, really clear and informative as always. For a future video, could you cover running Traefik in Kubernetes along with adding a Let's Encrypt certificate please?
@rudypieplenbosch6752
@rudypieplenbosch6752 2 жыл бұрын
Very interesting stuff, I had the idea of containerising Blender and to render a project on a Kubernetes cluster. At the moment I have a Truenas server with a 5950X, on it, I have 2 VM's with Ubuntu, on each I open Blender and start network rendering my project. My windows workstation also contributes in the rendering process. This is all pretty cumbersome, but it works pretty good, however with a Kubernetes cluster, it should be possible to have a distributed cluster that starts batch processing a Blender project on each computer i make part of this cluster. At least, I hope its possible. I am pretty unfamiliar with docker, since a few days I installed portainer with several interesting containers, seems pretty straightforward, but that's just skimming the surface. First I watch the rest of your video
@FabianoChagas
@FabianoChagas 2 жыл бұрын
and here we go to another session that should be part of the official training
@דניאלבכר-ב6ח
@דניאלבכר-ב6ח 2 жыл бұрын
you are the best teacher i never see someone like you i love your videos
@stefanschmidbauer6075
@stefanschmidbauer6075 2 жыл бұрын
Another one I'm going to need to send to all my colleagues. Thank you!
@heatheryoung7498
@heatheryoung7498 2 жыл бұрын
Your videos are SOOO good, keep them coming! Helping me soooo much, thank you!!
@ingupro
@ingupro Жыл бұрын
13:50 k8 start
@youssefchtourou1841
@youssefchtourou1841 2 жыл бұрын
Amazing content ! Thanks for this awesome work 😁
@jykw1717
@jykw1717 2 жыл бұрын
I like your Afrikaans accent of "A-bbi-Ai" hahaha lekker man ty from SA!
@harishdevarapalli1537
@harishdevarapalli1537 2 жыл бұрын
Great content,Thanks for your time and efforts for putting your knowledge to us. Thanks a lot,keep going.
@Drety6
@Drety6 2 жыл бұрын
thanks for this man!
@rauldeandrade
@rauldeandrade 2 жыл бұрын
I love your videos. Could you make a video discussing distroless docker images and their advantages/disadvantages compared to normal images or alpine? Thanks
@sijoyssamuel5720
@sijoyssamuel5720 2 жыл бұрын
That was great Marcel. Can we have a video on Helm the same way you did this?
@231sonu
@231sonu Жыл бұрын
❤ amazing learning video
@sihamzine1009
@sihamzine1009 2 жыл бұрын
Thank you marcel!
@muhammadhussein7711
@muhammadhussein7711 2 жыл бұрын
u r my friend is a legend
@KaustubhMaliintothewild
@KaustubhMaliintothewild 2 жыл бұрын
@37.22 ngresscClassName is nginx!
@mah0007
@mah0007 2 жыл бұрын
that one is a grate tutorial
@chrisre2751
@chrisre2751 2 жыл бұрын
Thanks!
@remioyediji2689
@remioyediji2689 Жыл бұрын
Thanks Bro
@kofiantwi3138
@kofiantwi3138 Жыл бұрын
hey man you the best
@ThePswiegers
@ThePswiegers Жыл бұрын
Dankie Meester.
@eduardmart1237
@eduardmart1237 2 жыл бұрын
how do i make some pods to run on certan worker nods only? like a have a node with fast ssds - for DB and a eorker eith a lot of RAM for a vector database?
@alucardalu7048
@alucardalu7048 2 жыл бұрын
Hello, i get below error when i try to create cluster using kind : ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1"
@gorangratte2471
@gorangratte2471 2 жыл бұрын
This is fantastic concise content! I have one question: Line 253 in the README we write: "kubectl -n ingress-nginx --address 0.0.0.0 port-forward svc/ingress-nginx-controller 80" Earlier in your examples(line 235) you use a similar command without the --address 0.0.0.0 option. Everything works when I omit it in line 253 as well. Since you choose to include it in your final part, does it have a function?
@MarcelDempers
@MarcelDempers 2 жыл бұрын
You can omit the address yes, they made it into the tutorial from a copy paste 😁 It only has a use if you need to bind to a different address for example if you run kubectl port forward inside a container to connect to a cluster that also runs in a container (when things get a little more unusual 😉)
@uploadvoice
@uploadvoice Жыл бұрын
Gold !
@devhipster
@devhipster 2 жыл бұрын
Really appreciate
@דניאלבכר-ב6ח
@דניאלבכר-ב6ח 2 жыл бұрын
In your video you show that WordPress there is environment call MYSQL_RANDOM_ROOT_PASSWORD why you put this in configmap and how I can know this in the feature for other apps Tank you so much
@zuzu-wz9be
@zuzu-wz9be 2 жыл бұрын
Man, you are cool!
@buacomgiadinh1
@buacomgiadinh1 2 жыл бұрын
thank yoy
@ViacheslavHudzovskyi
@ViacheslavHudzovskyi Жыл бұрын
up
@eligbuefelix7988
@eligbuefelix7988 Жыл бұрын
Great video. Can you please stop covering your screen with your face.
Understanding StatefulSets in Kubernetes
28:44
That DevOps Guy
Рет қаралды 48 М.
Understanding KUBECTL - Learning Kubernetes
40:34
That DevOps Guy
Рет қаралды 10 М.
Modus males sekolah
00:14
fitrop
Рет қаралды 26 МЛН
Introduction to Helm | Kubernetes Tutorial | Beginners Guide
27:32
That DevOps Guy
Рет қаралды 171 М.
Kubernetes Course - Full Beginners Tutorial (Containerize Your Apps!)
2:58:01
How to manage Kubernetes & containers with Portainer
35:26
That DevOps Guy
Рет қаралды 23 М.
you need to learn Kubernetes RIGHT NOW!!
29:34
NetworkChuck
Рет қаралды 1,2 МЛН
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
TechWorld with Nana
Рет қаралды 2,7 МЛН
Kubernetes Tutorial for Beginners [1 Hour Course]
1:01:19
DevOps Journey
Рет қаралды 36 М.
Running your own Kubernetes cluster with Rancher
35:47
That DevOps Guy
Рет қаралды 75 М.
Simplify Kubernetes YAML with Kustomize
20:37
That DevOps Guy
Рет қаралды 76 М.
Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
3:36:55
TechWorld with Nana
Рет қаралды 8 МЛН