mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.7k stars 4.54k forks source link

Any topic on kubernetes operator development and lifecycle #235

Closed addastane closed 2 years ago

addastane commented 3 years ago

Just an advice on following topic. kubernetes operator development and lifecycle, CustomResource.

rid3thespiral commented 3 years ago

yes, i think that CRD are needed also for the new CKAD exam curriculum

fireflycons commented 2 years ago

Hi @rid3thespiral @addastane

It is correct that CKAD touches on operators, so there are now a couple of lectures on this in our course. They do not go into details about how to create an operator, only how you create CRDs, deploy operators and their use cases. There are plenty of articles in places like Medium where people discuss how to build a basic operator in Python or Golang.

Thanks.