Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building a Cloud-Native PaaS

Building a Cloud-Native PaaS

Ilya Kaznacheev

October 18, 2023
Tweet

More Decks by Ilya Kaznacheev

Other Decks in Technology

Transcript

  1. Building a Cloud-Native PaaS Architecture Tips and Tricks for a

    High SLA Ilya Kaznacheev DevFest Vienna 2023
  2. aaS

  3. What we wanted to achieve • SLA 99,99% (availability +

    reliability) • quick incident reaction • fast feature delivery • atomicity and consistency across the system • readable and maintainable code base
  4. Outcomes • codebase is readable • complex logic is maintainable

    • distributed processes are transparent • new features added quickly • easy to write tests
  5. Outcomes • error localization speed decreased by 20 times (up

    to minutes) • debugging and troubleshooting is simpli fi ed • issue processing has accelerated • developers are happy • testers are happy • customers are happy