Kubernetes Deployment vs. StatefulSet vs. DaemonSet

preview_player
Показать описание

▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
► Located in San Francisco Bay Area, CA (US citizen)

▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬

▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬

▬▬▬▬▬▬▬ Timestamps ⏰ ▬▬▬▬▬▬▬
0:00 Intro
0:34 Kubernetes Deployment
3:51 Kubernetes StatefulSet
5:30 Kubernetes DaemonSet

▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬

#kubernetes #devops #cloud
Рекомендации по теме
Комментарии
Автор

This is the most professionally valuable advice I have found on Youtube so far. You really break down the practical uses. Great job!

polartechie
Автор

Hi, I know I say this every video, but you don't seem to disappoint. Clean visuals, great information, also some edge cases here and there that you explain what the problems arising would be and how to solve them. All in all, really amazing work you put in, Anton!

nero
Автор

Thanks Anton for the awesome videos. Great content and well explained.. Keep up the good work !!!

cheetahtiger
Автор

shortly and greatly explained . really cleared my doubts among statefulset and deployment

MuhammadUsman-ouio
Автор

Great videos, looking forward to new ones on Kubernetes. Short videos like these are refreshing and fun to watch.

Xaoticex
Автор

Very good explanation, a quick refresher videos. thx

hyderabadperlmongers
Автор

Антон, ты реально шикарен!!!! 🌟🌟🌟🌟🌟 Контент - АГОНЬ!!!! 🔥🔥🔥🔥🔥Заходит в КАЙФ!!! 👏🔥🌟🚀

victors
Автор

Thanks a lot, very informative

Hope to see detailed video of aws OIDC in EKS and how a service account uses it

RABWA
Автор

Thanks Anton...great and clear content. New Sub.

practicaldeen
Автор

Hey @AntonPutra, your recent kubernetes contents has been top class👏. Let's get those into a playlist?

FauzulChowdhury
Автор

Thanks Anton for cool video, video is short but very informative

piotrstasinskij
Автор

Request for Additional Tutorials on Cloud Migration

I would like to express my sincere gratitude for the invaluable DevOps tutorials you have been sharing on your YouTube channel. They have been a tremendous resource for both learning new concepts and brushing up on existing knowledge in the field of DevOps.

I am particularly interested in the topic of cloud migration, including scenarios such as migrating from on-premises to cloud environments, as well as inter-cloud migrations (e.g., AWS to GCP, Azure to AWS, and vice versa). If you have any existing tutorials on these topics, I would be grateful if you could point me in their direction.

Additionally, if you do not currently have tutorials covering these specific areas, I kindly request that you consider creating content on cloud migration in the future. Such tutorials would be incredibly beneficial for many professionals in the DevOps community, including myself.

Thank you once again for your dedication to sharing knowledge and contributing to the growth of the DevOps field. Your efforts are greatly appreciated.

Best regards,

Ibrahim

Ibrocasthero
Автор

This is a great video. I love the pictorial representation of the YAML configs. Well done.

If you don't mind me asking, what software do you for editing/making your videos?

tipswithmoruf
Автор

Awesome video as always. Please make a video about Ceph and Rook. Thanks a lot.

hoxorious
Автор

2:00 Some error here: Multiple pods can use the same PVC of type RWO if it's scheduled on the same node. RWO doesn't make the PVC exclusive to one pod. It restricted access from pods that are not on the same node.

crasite
Автор

Thanks for that video! In short, Deployment to use for the creation as many replicas as we want. StatefulSet to assign PVC at once node is created when the labels match. ReplicaSet to be sure that each time the new node is created the new pod landed there and it us useful for example in monitoring use cases. Do I miss something?

lukaszgmail
Автор

i'd love to see the tutorial on how to setup k8s with autoscaling on hetzner. i'd consider the sending the monetary support for this as well.

woss_io
Автор

the solution of dynamicly create pvc by StatefulSet, we can just make a StorageClass without the needs of StatefulSet, im a right ?

souhail_.
Автор

theres something about the way u read the info which makes the video very intersting haha

kislaysinha
Автор

in statefulset pods may be deployed in different nodes and nodes may be in different azs, now if a pods is rescheduled in other nodes compared to pevious nodes, how will volumes get attached to that in different nodes of diffrent az, as of my knowledge ebs in only works withing az not different azs .

rakyrstsdsss