logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Abby Bangser
2022-10-27

tldr - powered by Generative AI

The presentation discusses extending Kubernetes using the operator framework and provides a hands-on tutorial for creating a CRUD operator.
  • Kubernetes can be extended at various points, including the CLI, custom resource definitions (CRDs), and the API and events API using the operator framework
  • The operator framework allows for listening to Kubernetes events and taking reactions accordingly
  • The tutorial provides a step-by-step guide for creating a CRUD operator that deploys, updates, and deletes an application
  • The tutorial uses an online learning platform that does not require downloading Docker images or configuring laptops