lgirardi (24)

If it isn't there, it can't break.
lgirardi

The monitoring paper

Contrary to popular belief, monitoring an infrastructure is the opposite to just have some metrics about applications and network There are many many documents the lead this topic, one of the most interesting it's just few pages from Google around the art of slos or…

Continue reading...
lgirardi

Kubernetes api gateway

It's time to talk about the api gateway In a modern infrastructure , especially in a microservices environment you probably know what i'm referring to ,however it's better to clarify some points. An API gateway takes all API calls from clients, then routes them to…

Continue reading...
lgirardi

Python rest api test application

Working most of the times (always) in Platform i'm usually play with the infrastructure, however sometimes to create prototype i need backends that are done for the specific purpose. GOALS: The application must be a REST api Run in kubernetes Docker and kubernetes The application…

Continue reading...