logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Michael Hrivnak, Austin Macdonald
2022-10-26

tldr - powered by Generative AI

Lessons learned in designing and implementing operators for Kubernetes
  • API anti-patterns to avoid in operator design
  • Challenges in bridging the gap between imperative infrastructure management and declarative Kubernetes API
  • Maximizing usefulness of client's cache and avoiding memory bloat
  • Efficiently interacting with multiple clusters from a single operator instance
  • Minimizing load imposed on the API server