Discover and read the best of Twitter Threads about #starlette

Most recents (1)

Runboat is a Kubernetes operator. It deploys, monitors and undeploys resources necessary to run live Odoo instances. It is written in Python. Here is an overview of the technologies I used to create it - with a screencast at the end. 1/10 🧵👇.
github.com/sbidoul/runboat.
First is #kubernetes itself. It provides an ubiquitous API to manage deployment resources. Runboat sets custom labels and annotations to store metadata. Using the powerful k8s watch mechanism, it can react to events happening in the cluster. The perfect tool for the job. 2/10
Then there is #python, 3.10. Using type annotations to improve code readability and catch occasional bugs. asyncio provides robust, lightweight concurrency. It is amazing how far modern Python has gone while still being recognizable as the same language it was 25 years ago. 3/10
Read 10 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!