Writing Kubernetes Controllers

preview_player
Показать описание
In this video, you'll learn how to write a Kubernetes controller.

#kubernetes #kubernetescourse

▬▬▬▬▬▬ Connect with me ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Thank you for having a much better example and not re-hashing "let's say you were installing a database.…"

ThereIsNoRoot
Автор

Loved it. Great job on explaining the distinction between default resources and CRDs, loved the example. Thanks for making this tutorial :)

amirmohg
Автор

Excellent tutorial. Really consolidates the relationship between CR, CRD and controllers. Thank you.

vonschnappi
Автор

Awesome! very well explained!! Love from INDIA, Keep up the good work 👍

akash-tjru
Автор

Nice video, could you please let us know which version of Kubebuilder and Go you have used for the video? Thanks In advance :)

😀

chetankapoor
Автор

Thank you so much for great content. Could you explain in which case should we use kubebuilder and in which case operator-sdk?

mogxbmw
Автор

very good and easy-to-go example for understanding crd and cotrollers👍thanks and loved it.

bzz
Автор

Great content, very detailed yet so easy to understand!! Really appreciated!!

techcode_man
Автор

Awesome tutorial! Really great content.

richardbalfour
Автор

great video mate, super easy to follow.

suhdev
Автор

great content, thanks for sharing your knowledge!

aquarius
Автор

Can you please provide the github link to this code, I wanted it to practice and work around it a little bit. Thank you.

akshanssharma
Автор

Hello Peter, can we call the combination of the CRD and the controller an operator?

flapa
Автор

Could you explain in details how controller works? Why a pod has been created?

ai__
Автор

Hi, Peter great video, do you have this source code somewhere, like I was following the tutorial, but to create CRD I had to type it all

umanggoyal
Автор

How to deploy the actual controller to the cluster instead of running it from local?

wdandcoffee
Автор

10:28 what does 'mkd' do? Why suddenly PWD changed to subdirectory pdfcontroller? And, how does go mod init worked? Were there any initialization beforehand? This step was too dramatic.

yongsubchung
Автор

Thanks for the helpful content. Curious is this code shared anywhere, like github? thanks

krishnadhandas
Автор

Plz show your code, i want use it to practice, tkx.
Can you give me a github url?

danielding-tmjy