rate limit (3)

lgirardi

application rate limit 

For some reasons that i will share later on in a dedicated discussion, i had the need to create a rate limit inside the application. For this scenario we have 2 greddy options: the code way This is the simplest one but has some side…

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

Kubernetes servicemesh

Do we need a service mesh ? few years ago i started to evaluate this feature fitting in an existing infrastructure There are many concept to consider and many mistake the people usually think Better to start with what is NOT a work for a service mesh…

Continue reading...