Тёмный

ContainerD Debugging Client Tool CLI - CTR with demo 

Learn with GVR
Подписаться 5 тыс.
Просмотров 1,9 тыс.
50% 1

ContainerD Debugging Client Tool CLI - CTR with demo
Chapters
00:00 Introduction
00:06 About ContainerD
01:27 K8S New CRI Implementation
2:42 ContainerD Architectural changes
03:52 ContainerD architecture
08:11 difference between crictl vs ctr
11:07 Demo - ctr
14:03 Demo - ctr - containerD config & plugins
18:04 Demo - ctr - commands
Kubernetes - Container Runtime Interface (CRI) - CRICTL demo
• Kubernetes - Container...
CKS playlist: • Certified Kubernetes S...
Documentation:
containerd.io/
github.com/containerd/contain...
github.com/projectatomic/cont...
github.com/containerd/contain...
CKS-Cluster Github Repo
github.com/ramanagali/k8s-clu...
Like, Comment & Subscribe Learn with GVR

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

 

5 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@x.Prep.Tastic.Sophia.x
@x.Prep.Tastic.Sophia.x Год назад
Well described and great clear manner of explaining and linking the different topics. keep up the good work.
@learnwithgvr
@learnwithgvr Год назад
Thanks you Kev, keep learning
@YouTubers-rj9xv
@YouTubers-rj9xv Год назад
I am really not sure whether you know Telugu or not ఇంత in-depth kubernetes knowledge చాలా ఓపికగా చాలా ఎక్కువ విషయాన్ని చెబుతూ చెప్పినా యూట్యూబ్ మీరు ఒక్కరే Thankyou so much.... Expecting more in the future...
@learnwithgvr
@learnwithgvr Год назад
Appreciate your feedback & do watch all other videos as well. My channel is to share the knowledge. Keep learning
@YouTubers-rj9xv
@YouTubers-rj9xv Год назад
Bro excellent teaching thankyou
@learnwithgvr
@learnwithgvr Год назад
Thank you Bro
@keratishvili
@keratishvili Год назад
would love see more continer/kubernetes related topics
@learnwithgvr
@learnwithgvr Год назад
Thank you Giorgi
@MASQ1413
@MASQ1413 9 месяцев назад
Should we have to download & install "ctr" individually or it is already attached with containerd ??? I made a k8s cluster using containerd as a container runtime, but dont understand how to see containers in worker node.. Please help me to know....
@learnwithgvr
@learnwithgvr 9 месяцев назад
Ctr is already available
@MASQ1413
@MASQ1413 9 месяцев назад
@@learnwithgvr thanku for clearing my doubt... 👍
@vamshikrishna4579
@vamshikrishna4579 Год назад
Hi Venkata, Are you providing any training on docker and kubernetes?
@learnwithgvr
@learnwithgvr Год назад
Are you looking for any training?...buzz me in LinkedIn
@vamshikrishna4579
@vamshikrishna4579 Год назад
@@learnwithgvr yes I am looking
@vamshikrishna4579
@vamshikrishna4579 Год назад
I have send connect request in LinkedIn
@vamshikrishna4579
@vamshikrishna4579 Год назад
@@learnwithgvr Hi Venkata, I have contacted you in LinkedIn...Could you please let me know when you will be free so that we can have a discussion?
@k8s.junior
@k8s.junior Год назад
Hi. , How can we delete the unused images and snapshots and content inside /var/lib/containerd because its taking too much of space . Is there any command like docker image prune or system prune , if anything let us know .
@learnwithgvr
@learnwithgvr Год назад
Try these... removes all unsed images, stopped containers, volumes etc ctr --namespace xyz containers prune ctr --namespace xyz images prune ctr --namespace xyz content prune Pls subscribe and like
@albertadiprasetyo5284
@albertadiprasetyo5284 3 дня назад
@@learnwithgvr Hi venkata, my ctr only have content prune option available. I cannot do image prune or container prune. I wonder why ? If i just use content prune does it prune unused image, containers and volume ?
@adarshrao4393
@adarshrao4393 Год назад
Hi Can anyone tell me how we can run ctr container as non root user?
@learnwithgvr
@learnwithgvr Год назад
containerd is runtime and ctr is cli tool based on the GRPC api for debugging troubleshooting etc. In order to run as non root user, you need harden at docker image creation level, then container orchestration level, implement various CKS security hardening mechanisms. I hope you get it what i mean.
@adarshrao4393
@adarshrao4393 Год назад
​@@learnwithgvr well the problem is, in case of docker cli, in order to run container as non root user, i used to create docker group and add the user to the group(in host) and then create same user in dockerfile and then run container with -u , but im not sure how to do the same using ctr cli.
@learnwithgvr
@learnwithgvr Год назад
​@@adarshrao4393got it. ContainerD is completely loosely coupled, can achieve anything. for your use case -uidmap --gidmap, --privileged=false to be used with ctr. refer ctr run -h for all commands Alternatively you can achieve using nerdctl or RootlessKit. Refer github.com/containerd/containerd/blob/main/docs/rootless.md rootlesscontaine.rs/ github.com/containerd/nerdctl Hope it helps
@adarshrao4393
@adarshrao4393 Год назад
@@learnwithgvr i need to strictly use ctr cli, i knw we can do it with nerdctl, but anyways this will help me. Thanks a lot😀.
@learnwithgvr
@learnwithgvr Год назад
You are welcome and keep learning
Далее
💜☀️✨
00:47
Просмотров 128 тыс.
Why I Quit the Scrum Alliance
7:58
Просмотров 10 тыс.
0107. CKAD - Docker And Containerd
14:09
Просмотров 585
Podman vs. Docker
6:33
Просмотров 65 тыс.
Podman Tutorial Zero to Hero | Full 1 Hour Course
1:00:55