Тёмный
No video :(

Kubectl Basic Commands - Create and Debug Pod in a Minikube cluster | Kubernetes Tutorial 18 

TechWorld with Nana
Подписаться 1,1 млн
Просмотров 156 тыс.
50% 1

Kubectl the command line tool for accessing the Kubernetes cluster. In this video we create and debug a pod in a minikube cluster using Kubectl commands.
I'll go through the basic commands of the Kubernetes CLI. You will learn how to create, edit, delete deployments/pods. Also how to debug a pod with useful debugging commands.
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:12 - Get status of different components
1:08 - create a pod/deployment
4:57 - layers of abstraction
5:19 change the pod/deployment
7:14 - debugging pods
10:43 - delete pod/deployment
11:42 - CRUD by applying configuration file
16:22 - summary of commands
Git repo link of all the commands I use:
gitlab.com/nan...
-------------------------------------------------------------------------------------------------------
What is Kubernetes? 👉🏼 • What is Kubernetes | K...
Kubernetes Components explained? 👉🏼 • Kubernetes Components ...
For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible. Also please let me know what you want to learn about Docker & Kubernetes.
#kubernetes #kubernetestutorial #devops #techworldwithnana
-------------------------------------------------------------------------------------------------------
This video is the 18th of a complete series for beginners. At the end of this tutorial you will fully understand Docker and Kubernetes.
⭐️ Full Playlist: • Docker and Kubernetes ...
-------------------------------------------------------------------------------------
The complete step-by-step guide to Docker and Kubernetes will include the following topics:
🐳 DOCKER basics:
- Container concept
- Why docker? (image vs. traditional DevOps)
- Install docker on different operating systems
- 8 basic commands you need to know (2 parts)
- Docker vs. Virtual Machine
- Docker in Practice: Overview of whole development process with Docker (development, continuous delivery, deployment) Probably 3-5 videos including Docker-Compose, Dockerfile, Private Repository.
- Docker Volumes in theory and practice
✵ KUBERNETES basics:
- Main Kubernetes components (including Pod, Service, Ingress, Volumes, ConfigMap, Secrets, Deployment, StatefulSet)
- Kubernetes architecture for beginners (master, slave nodes & processes)
- How Kubernetes makes high availability, scalability and disaster recovery possible
- Minikube, Kubectl - set up the cluster
- Kubectl basic commands - Demo
- Configuration file (YAML) - syntax
- Communication between the pods - basic networking concepts in Kubernetes
- K8s Deployment in practice - example application deployment (pod + service + Ingress + secret)
- K8s Volumes explained
- Kubernetes Networking
- Kubernetes Namespaces
-----------------------------------------------------------------------------------
✅ Connect with me
on RU-vid: / @techworldwithnana
on DEV: dev.to/techwor...
on Instagram: / techworld_with_nana or my personal account: / nanuchij
on Twitter: / njuchi_
on Tumblr: www.tumblr.com...
Legal Notice:
Kubernetes and the Kubernetes logo are trademarks or registered trademarks of The Linux Foundation in the United States and/or other countries. The Linux Foundation and other parties may also have trademark rights in other terms used herein. This video is not accredited, certified, affiliated with, nor endorsed by Kubernetes or The Linux Foundation.

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 143   
@TechWorldwithNana
@TechWorldwithNana 4 года назад
0:12 - Get status of different components 1:08 - create a pod/deployment 4:57 - layers of abstraction 5:19 change the pod/deployment 7:14 - debugging pods 10:43 - delete pod/deployment 11:42 - CRUD by applying configuration file 16:22 - summary of commands 👉🏼 For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible. Please don't forget to subscribe and give me a thumbs up if you liked my video 😊
@vigneshmanick2759
@vigneshmanick2759 4 года назад
Your presentation and the video content is very good, able to easily understand the concepts. i find it more informative than any other udemy vidoes
@TechWorldwithNana
@TechWorldwithNana 4 года назад
@@vigneshmanick2759 Thanks for such positive feedback, really appreciate it :)
@amulsharma8172
@amulsharma8172 4 года назад
Thanks a lot Nana, so sweet of you, great work keep it up. May God bless u with success nd happiness.
@TechWorldwithNana
@TechWorldwithNana 4 года назад
@@amulsharma8172 🙏 Thank you so much Amul 🙂
@arjunraja3035
@arjunraja3035 Год назад
Nana how to get token from hidden pod
@danielt5542
@danielt5542 Год назад
Nice tutorial. I think you forgot to mention what to do when we want to use a local image rather than pulling from a public docker registry. For anyone interested, you can upload a local image to minikube with: minikube image load and then run the 3:17 command
@technoe02
@technoe02 3 года назад
Hey Nana! Love your videos. One small edit though, ‘-i’ stands for interactive ‘-t’ stands for TTY (teletype) which tells the terminal to behave like a physical terminal and less like a shell environment.
@mostinho7
@mostinho7 4 года назад
Done thanks Copied to onenote Editing a deployment automatically starts a new pod with the new properties and the old one is stopped Kubectl logs somePodName returns the logs printed by a pod Kubectl exec gives you a terminal into the pod Kubectl exec -it somePodName - ibn/bash Deleting deployment deletes replicaset too Creating deployment from cli instead of typing out all the configuration options we use config files 12:50 using kubectl apply which takes a configuration file and applies its contents Config file defines spec specifications for a deployment, including how many replicas of the deployment. Inside the config for deployment we have config for the pod itself, like the image it’ll use A pod can have multiple containers inside it also After making changes to the config file you save and do kubectl apply If deployment doesn’t exist this also makes it from scratch
@mahammadshaik7101
@mahammadshaik7101 4 года назад
Great work, I gone through the many Kubernetes blogs and videos and you explained the concepts in detailed. I cleared my concepts. Thanks a ton !
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thank you so much, glad I could help :) Hope you like my upcoming videos too 🙅🏼‍♀️
@crazyoptimist4540
@crazyoptimist4540 3 года назад
I can't recommend your kubernetes series highly enough. You are a good person Nana.
@markcampanelli
@markcampanelli 9 месяцев назад
Another informative and right-to-the-point video. Thanks so much!
@abdulmabood4397
@abdulmabood4397 4 года назад
Loved the tutorial. Also, for ppl following the tutorial: Nginx version 1.16 is not available as of now. Try 1.17
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks Abdul for sharing this!
@mefirst5427
@mefirst5427 2 года назад
I really like your Layers of Abstraction breakdown, most other instructors should learn your way of teaching.
@abhilashshah6962
@abhilashshah6962 4 года назад
simplest explanation i have seen till now with such a detailed way...Thanks :)
@TechWorldwithNana
@TechWorldwithNana 4 года назад
You're welcom Abhilash. 🙂
@anzo.p
@anzo.p 4 года назад
history -w /dev/stdout | sort | uniq | grep ^kubectl this might help to review and learn all those commands in these videos, for those who likes to code along, and then get back to do over
@AadityaSharma04
@AadityaSharma04 4 года назад
BESTEST!
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Awesome compliment Aaditya! Thank you. 🙂
@rodrigofedosi3662
@rodrigofedosi3662 4 года назад
So clear and didactic! TKS for that's videos...
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Aaawww, this is much appreciated Rodrigo. Stay safe. 🙂
@sudhakarg9286
@sudhakarg9286 4 года назад
Thanks for the videos.
@azaifel
@azaifel 3 года назад
what an amazing tutorial! thanks a bunch Nana
@TechWorldwithNana
@TechWorldwithNana 3 года назад
Thank you for your positive feedback 😊 🙏
@sundarrajboobalan6394
@sundarrajboobalan6394 4 года назад
Good Stuff
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Glad you loved it Sundarraj! 🙂
@mamotivated
@mamotivated 4 года назад
Your videos are so beautiful and useful. Thank you for putting the extra effort.
@TechWorldwithNana
@TechWorldwithNana 4 года назад
I'm glad you find it really helpful Mark. Best of luck to your journey. Stay safe and blessed. 🙂
@maxharuki
@maxharuki 3 месяца назад
This is what I need! Skip lousy and duplicate intro and go into real command operations directly!
@srivatsava91
@srivatsava91 4 года назад
nice introduction to kubernates command line
@sinisajokic7511
@sinisajokic7511 2 года назад
Just fenomenal tutorial
@sambitkumardas7969
@sambitkumardas7969 Год назад
Happy to learn here :)
@anhquocnguyen1578
@anhquocnguyen1578 3 года назад
Thanks for this awesome video. Thank you, Nana
@hadisoleimany6271
@hadisoleimany6271 Год назад
Thanks, It was helpful, I'm gonna go for zero to hero for the Kubernetes
@tayfun6378
@tayfun6378 3 года назад
I have checked many resources but this one is so clear. I'm gonna invest myself and spend my weekend with this playlist. thank you very much and I hope you keep continue to produce.
@bhavinpandya84
@bhavinpandya84 Год назад
Hey Nana, thanks for very interactive session in terms of KubeCtl command and all details. However I would recommand please put shortcuts on screen for minikube terminal too... It will help beginners to do it with same speed as you are doing. Very informative and much needed session. Thanks again for the such detail video. I am addicted by your teaching style.
@yogendratala8577
@yogendratala8577 3 года назад
Super tutorial 🙏
@-Harambe
@-Harambe 4 года назад
Love the way you explained it. Thanks!!
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Happy you like my way of explaining things :)
@StrangerBaba86
@StrangerBaba86 2 года назад
Very nice and well explained
@prashlovessamosa
@prashlovessamosa Год назад
Thank you Nana
@ghazikhan5247
@ghazikhan5247 4 года назад
Thank you for such a good tutorial.Waiting eagerly for configuration file tutorial.
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks a lot Ghazi! Will publish the configuration file tutorial in a few days :)
@DeepakKumar-iu8gf
@DeepakKumar-iu8gf 3 года назад
Hi @Techworld with Name, I have been following of these vides for a short time. Your explanations are very crispy. Easily understandable. I really appreciate your work for the community. Keep up this splendid work for folks. Thanks once again for sharing these to all of us.
@mriko3970
@mriko3970 3 года назад
რამდენი ვიდეოა გისმენ და ვერ წარმოვიდგენდი რო ქართველი იყავი სანამ მარჯვენა ზედა კუთხეში ნანა ჯანაშია არ წავიკითხე შემთვევით 😁 ძალიან კარგად საუბრობ ინგლისურად 😊😊
@taimoorhassan4624
@taimoorhassan4624 4 года назад
This is such wonderful tutorial series.love this
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks Tim, glad the video series is helpful for you 🙂
@devendrarahangdale5857
@devendrarahangdale5857 2 года назад
Very clearly explained Nana Thanks
@cheapthrills1824
@cheapthrills1824 3 года назад
you are amazing Nana!!!!
@haroldpepete
@haroldpepete 3 года назад
i love you for making those videos, sharing knowledge without nothing back, i send you a big hug a thank again for all you have done, you deserve a new subscriber, me
@gamerteam9304
@gamerteam9304 4 года назад
Awesome tutorial , easy to learn K8S.
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks!! :)
@chandrabose1013
@chandrabose1013 2 года назад
Hi nana.. Ur videos r lightweight like docker🥰 Nd smallest unit of contents...
@pramodkumar-hi3hn
@pramodkumar-hi3hn 4 года назад
Thanks for the session about k8"s commands .
@user-so4jh7wl3i
@user-so4jh7wl3i 4 года назад
cannot wait for your tutorials
@AbhishekNigam
@AbhishekNigam 4 года назад
Excellent teaching!
@Amit-qv8cp
@Amit-qv8cp 4 месяца назад
Nice and clean explanation as always 💌
@kodikodi9948
@kodikodi9948 3 года назад
this is great stuff. thanks!
@sanooosai
@sanooosai 2 года назад
great work , Glory to you
@bactran7799
@bactran7799 Год назад
amazing video. Love the way you teach k8s
@charliedoyle7824
@charliedoyle7824 4 года назад
I have an idea for your theme song at the end of every video: Nananana, nananana, hey hey hey, goodbye!!
@TechWorldwithNana
@TechWorldwithNana 4 года назад
😅
@rahulgiri9880
@rahulgiri9880 2 года назад
Beautiful explanation with wonderful content. Thanks for sharing.
@mirag2k
@mirag2k 4 года назад
Nice tutorial. Looking forward for more such stuff
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks, best to subscribe to not miss new videos 🙂Many cool topics in the pipeline :)
@Deimosster
@Deimosster 4 года назад
Awesome! Thanks for your work and efforts!
@TechWorldwithNana
@TechWorldwithNana 4 года назад
You're welcome, happy you like my videos 🙂
@sharifyy
@sharifyy 3 года назад
Great video. The way you teach is really great, specially I like the summary at the end. Good job!
@rfatcakr6418
@rfatcakr6418 2 года назад
Amazing explanation! Thank you!
@nikunj204
@nikunj204 4 года назад
Awesome videos. When there is something on terminal and we pause the video to write that down, the video progress bar comes up and it hinders seeing the command on the terminal. You may clear up the terminal so that commands come up at the top.
@chackken
@chackken 3 года назад
Best tutorials on youtube! Thanks ;)
@patelkardam
@patelkardam 4 года назад
Excellent content
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks a lot Kardam :)
@gcpchannelforbegineers7080
@gcpchannelforbegineers7080 2 года назад
Learned so many things in this video :) Thanks
@RahulVerma-fz2jf
@RahulVerma-fz2jf 3 года назад
Keep up the good work. A big fan of your videos. Easily understandable with practical implementations.
@yossefpartouche3983
@yossefpartouche3983 2 года назад
excellent
@pareshpatel493
@pareshpatel493 4 года назад
Great work. Thank you
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks Paresh
@jimdigriz4838
@jimdigriz4838 3 года назад
Thx from russians developers! Very clear explanation of the K8s concepts. Please explain how to use my local docker image!
@Hackenbaker
@Hackenbaker 3 года назад
Excelent, you're teaching me a lot!!!
@vachefoule
@vachefoule 3 года назад
Thanks for the detailed tutorial. I have met a problem when editing the deployment config, after changing image from " nginx" to "nginx:1,16" kubectl told me "error: deployments.apps "nginx-depl" is invalid". how can I check where go wrong?
@abhishekps3942
@abhishekps3942 3 года назад
awesome tutorial
@juanrebella2589
@juanrebella2589 3 года назад
thanks a lot!!
@krishnachaitu
@krishnachaitu 4 года назад
Hi Nana The video was informative. I have one error while creating using command kubectl apply -f nginx-deployment.yaml like this error: the path "nginx-deployment.yaml" does not exist can please help me out
@MetalBearSeto
@MetalBearSeto 3 года назад
I had the same issue. You need to create the file nginx-deployment.yaml first. Then add her code inside the file. Finally, you can kubectl apply -f nginx-deployment.yml
@migueljesusvelasco
@migueljesusvelasco 3 года назад
@@MetalBearSeto How can the .yaml file be created? I got stuck at the same spot
@mathewkargarzadeh3158
@mathewkargarzadeh3158 4 года назад
Thanks !!! gratitude to you. you must be a very nice person to dedicate your time educating everyone thru your Channel. Work as DevOps/SRE Engineer, dealing with K8 on the daily basis ( besides the Splunk logs, kubectl describe command is my best friend how to troubleshoot ) I have a questions. would you please tell me what type of editor you are using when creating a yaml file for deployment. I use vi editor and it gives me lots trouble to get my indentation right. if you can post the url where you down-load your yaml editor I would be grateful to you. Thanks again for spreading your know how and teaching everyone here. Mat.
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Thanks a lot Mat! :) I just use Visual Studio Code code.visualstudio.com/ and put the code inside an online validator. But there are also YAML extensions you can install in VSC for built-in validation and auto-complete - just looked one up "YAML language support by Red Hat " - they also have built-in Kubernetes syntax support. I didn't try it out though.
@sivaverrigukka5103
@sivaverrigukka5103 3 года назад
use vimdiff whatever changes need to be done will be highlighted when you are comparing two files all you need to do is press the pgdwn button to the desired row and just type "do" values from right to left will be copied and after being done with changes type"esc" button in keyboard then type "wqall!" That way it saves the changes made in the file
@sivaverrigukka5103
@sivaverrigukka5103 3 года назад
@@TechWorldwithNana use vimdiff whatever changes need to be done will be highlighted when you are comparing two files all you need to do is press the pgdwn button to the desired row and just type "do" values from right to left will be copied and after being done with changes type"esc" button in keyboard then type "wqall!" That way it saves the changes made in the file
@crazyoptimist4540
@crazyoptimist4540 3 года назад
When you are to use `exec`, bin/bash is not available for alpine images, should be using bin/sh instead. .. Just for those who are relatively new to docker..
@sandv2902
@sandv2902 3 года назад
Mam ur explaination is awesome...but your kubernetes videos don't have specific order can you please give numbering to them..as of now they are scattered.
@Alexthesurfer
@Alexthesurfer Год назад
You can create a Pod with kubectl run command.
@davethorn9423
@davethorn9423 Год назад
Thanks for the video , but isn't it better to use yml instead of the cli ?
@iammanishganguly
@iammanishganguly 3 года назад
Nicely explained.. Any plans for a similar video series on Red hat Openshift..?
@venil82
@venil82 11 дней назад
is this a Latvian or Austrian flag in the top right handside of screenshare?
@gcpchannelforbegineers7080
@gcpchannelforbegineers7080 2 года назад
One doubt in it. Earlier you told that Database pods will use Stateful Component but in this video you use Deployment Component for Mongo db right ?
@madhusai7021
@madhusai7021 4 года назад
hey nana,Please make a tutorial on nginx and docker swarm for beginners .
@TechWorldwithNana
@TechWorldwithNana 4 года назад
Hi Madhu, thanks for your suggestion will consider it 👍
@payrub
@payrub 2 года назад
love u
@nandan580i
@nandan580i Год назад
what is the difference between the following commands? $kubectl create deployment nginx1 --image=nginx AND $kubectl run nginx --image=nginx
@amankhan-ku3zd
@amankhan-ku3zd 6 месяцев назад
Hey, your content is really good. Is it possible to get the ppt ?
@DebojyotiMitraKolkataindia
@DebojyotiMitraKolkataindia 2 года назад
Hi, Your knowledge sharing skill is wonderful. I am keep leaning better. I want to thank you for this. My doubt on this session : After creating a new config.yaml file there will be two pods both updated and the old ones. Now which one of these will be executed by K8 in default condition?
@engalibadouin5222
@engalibadouin5222 2 года назад
Thanx. Is each replica has seperate pod?
@ashokkumar-qf7wg
@ashokkumar-qf7wg 3 года назад
nicevideo
@kanchidoshi6907
@kanchidoshi6907 3 года назад
Thanks for this video. The config file that you created with the command "vim nginx-deployment.yaml", is this like a default syntax or do you have to write code from scratch?
@chrisnavarro5122
@chrisnavarro5122 2 года назад
Thanks for the video, however can I ask if I'm using AWX and create a Directory to minikube - but seems the directory is not visible either to the linux host or the minikube container? am I missed something? thanks in advnace.
@estudiantecool7659
@estudiantecool7659 3 года назад
it's amazing all , but i would like to know how can i to create multinodes with minikube. tks for your videos
@Tkamsker
@Tkamsker 3 года назад
Finally found your videos you did a great job ! can i get from a local docker image an deployment ? instead of docker hub ?
@bhimsenraokaranam3671
@bhimsenraokaranam3671 3 месяца назад
strict decoding error: unknown field "spec.selector.template" error find during kubectl apply -f nginx-deployment.yaml
@sanooosai
@sanooosai 2 года назад
@TechWorld with Nana please clear this doubt. We learned that pod can have 1 or more than 1 container inside it. But in K8 smallest unit is pod. How we can go inside particular container inside pod? In case of multiple container inside pod. Kubectl exec -it podname will login to which container?
@sanooosai
@sanooosai 2 года назад
I got answer from your another lecture Pods and Containers - Kubernetes Networking | Container Communication inside the Pod
@sanooosai
@sanooosai 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5cNrTU6o3Fw.html
@husaindagi
@husaindagi 3 года назад
How do we exec into a multi container pod? and also follow logs for one container in a multi container pod ? by default the exec command and the logs command will show the logs or exec into the first container in the pod
@technoe02
@technoe02 3 года назад
Kubectl exec [pod_name] [container_name]
@aboodduglass6070
@aboodduglass6070 3 года назад
thank u Nana , can u please make a new video to explain Kubernetes Jobs .
@yogeshwarpe
@yogeshwarpe 3 года назад
You've done a perfect job for beginners like me thanks a lot. I want to know how we create a deployment using yaml file? I want to deploy an application using deployment.yaml file using kubectl commands please.
@TechWorldwithNana
@TechWorldwithNana 3 года назад
Thanks! You can follow the playlist, I have covered all the topics that you mentioned in other videos 🙂
@deepakkumarmishra7985
@deepakkumarmishra7985 3 года назад
tried to execute kubectl create deployment nginx-depl --image=nginx and get Error from server, service could not find the requested resource. Any ideas what is the fix?
@moyenaak
@moyenaak 2 года назад
kubectl apply -f nginx-deployment.yaml commnand is giving error : error parsing nginx-deployment.yaml: error converting YAML to JSON: yaml: line 11: did not find expected key. Please help!!!!!
@Asdcryst
@Asdcryst 2 года назад
hi, at 10:01 idk what root user I have to key in there. how to obtain that root user for my laptop? thanks
@sriganesh5783
@sriganesh5783 3 года назад
How to upload files from local host to pods in cmd modes
@bunthaideng2492
@bunthaideng2492 3 года назад
Is Kubernetes cluster equally to a node, right?
@bunthaideng2492
@bunthaideng2492 3 года назад
1 pod can contain many containers, right?
@calderarox
@calderarox 3 года назад
nginx deployment file is here kubernetes.io/es/docs/concepts/workloads/controllers/deployment/
@tommyprasetyo3912
@tommyprasetyo3912 3 года назад
Hallo, how can i access my application with ip my computer or ip cluster? thanks
@exploringBees
@exploringBees 3 года назад
Hi Nana, Git repo link of all the commands .... here i am not able to see any file...
@aashishchaubeyschannel2676
@aashishchaubeyschannel2676 4 года назад
Hey Nana, I am getting an error while doing the deployment, It says ImagePullBackOff Error. What could be the possible reason for such an error? And how do we debug and fix it?
@bradybolton1808
@bradybolton1808 4 года назад
My guess is that you wrote 'image=nginx:1.16' verbatim as seen when editing the yaml file at 6:12, but you should instead be using nginx:1.18 or newer (depending on how old my comment is). Check the nginx page on Docker Hub (hub.docker.com/_/nginx ) and see the supported tags section (i.e. supported images from which kubernetes will automatically try to pull the docker image from, assuming a match is found). The page no longer contains v1.16, but the image probably existed when the video was made.
@kmd4111
@kmd4111 3 года назад
i need reaming sessions where can i find
@nicolaslutchman7266
@nicolaslutchman7266 4 года назад
every time i save i have this error > kubectl edit deployment nginx-depl error: deployments.apps "nginx-depl" is invalid A copy of your changes has been stored to "/tmp/kubectl-edit-3zmtr.yaml" error: Edit cancelled, no valid changes were saved.
@nicolaslutchman7266
@nicolaslutchman7266 4 года назад
never mind was adding a tab at the beginning od - image when i add : after nginx
@amankumar-jb1up
@amankumar-jb1up 3 года назад
How to start and Stop pods
Далее
لدي بط عالق في أذني😰🐤👂
00:17
Просмотров 4,6 млн
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
Kubernetes: useful commands
9:27
Просмотров 58 тыс.
Using docker in unusual ways
12:58
Просмотров 443 тыс.
Kubernetes 101: Deploying Your First Application!
40:47