logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Michael Hrivnak, Rajula Vineet Reddy, Francisco Barros, Varsha Prasad Narsing
2023-04-19

tldr - powered by Generative AI

CERN uses the operator pattern to automate and scale delivery of CMS websites, balancing reusability and open source principles against integration with CERN’s specific compute environment and existing infrastructure services.
  • CERN operates 1000+ CMS websites as a SaaS running on Kubernetes
  • The small team used the operator pattern to automate and scale delivery of CMS websites
  • Balancing reusability and open source principles against integration with CERN’s specific compute environment and existing infrastructure services
  • Operator SDK, its best practices, and things to avoid when developing an operator from scratch
  • How Kubernetes enables isolation, multi-tenancy, and resource sharing
  • Automated maintenance and monitoring
Authors: Jonathan Berkhahn, Alexander Greene, Varsha Prasad Narsing, Austin Macdonald
2022-10-28

tldr - powered by Generative AI

The presentation discusses the Operator SDK and the new Hybrid Helm Operator, as well as future plans for external bundle validation.
  • The Operator SDK is a toolset for building Kubernetes operators
  • The Hybrid Helm Operator allows for more control and customization than the original Helm Operator
  • Future plans for the Operator SDK include external bundle validation
  • Quarkus is a faster alternative to JVM for building operators
Authors: Jonathan Berkhahn, Varsha Prasad Narsing, Jesus Rodriguez, Austin Macdonald
2022-05-19

tldr - powered by Generative AI

The presentation covers the recent updates in Operator Framework, particularly the Operator SDK CLI, and the addition of Java-based operator support. The talk also mentions the Hybrid-Helm feature and external bundle validation.
  • Operator Framework is an open-source toolkit to create and manage operators
  • Operator SDK now supports Java-based operator development
  • Hybrid-Helm feature allows adding custom logic to a Helm operator
  • External bundle validation is being added to Operator SDK
  • Phase two plugins are being added to Cube Builder and SDK