logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: James Munnelly, Andrea Tosatto
2022-10-26

tldr - powered by Generative AI

Best practices for creating Kubernetes APIs using OpenAPI schemas
  • Breaking down the model into more resources
  • Writing a complete schema is required for V1 CRDs
  • Use Cube CTL explain to ensure a complete schema
  • OpenAPI schemas allow for validation and defaulting without expensive network round trips
  • Testing methodologies are important to ensure the resiliency of the controller and code in production