How To Create Kubernetes Controller Using Spring Boot

preview_player
Показать описание
In this video, we will looking into creating our own Kubernetes Controller and then handle our Kubernetes CRD instance creations, updating and deletions.
We will explore the various beans required to be created for the Kubernetes Controller.

-----------------
Gear I use :
-----------------

-------Chapters-----

00:00 - Introduction
00:36 - Project Walkthrough
01:02 - POM dependencies - Kubernetes java Client
01:16 - Understanding Controller Components
01:30 - Shared Index Informer
02:13 - Generate Kubernetes CRD Model Classes
02:28 - Understanding CRD Model Classes Generation
03:30 - Importing CRD Model Classes
04:01 - Understanding The Reconciler Code
04:58 - Creating Kubernetes Config Map
05:35 - Handling CRD Instance Update
06:07 - Why Set Resource Ownership
06:45 - Controller Bean Wiring
07:40 - Reset Kubernetes Resources
08:02 - Starting the Kubernetes Controller
08:15 - Creating Kubernetes CRD instance
09:02 - Updating Kubernetes CRD Instance
09:55 - Deleting Kubernetes CRD Instance
10:07 - Conclusion and Credits

Music Credits:-

Sappheiros - Awake
----------------------------
Social Media
----------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Great Video. Can you make a similar video using Java operator SDK.

narag
Автор

Can you do a video of this Kubernetes Controller with the same schema but instead of SpringBoot, use Python instead?

firesh
Автор

Please improve the title, the other video says part1 and I was looking for part 2...

cabc