logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Justin Santa Barbara, Ciprian Hacman
2023-04-19

tldr - powered by Generative AI

Breaking up the Kubernetes monorepo enabled the project to support a larger ecosystem while maintaining reliability and ease of use.
  • AWS and GCP tests were kicked off on every single PR to ensure cloud provider functionality and Kubernetes functionality were not broken
  • Technical issues and people issues led to the decision to break up the monorepo
  • Breaking up the monorepo allowed for architectural improvements and a larger ecosystem
  • The burden of testing falls on the component repo, but there is an expectation that the code has worked at some stage
  • The goal is to achieve reliability and ease of use while supporting a larger ecosystem