Any sufficiently advanced technology is indistinguishable from magic.

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...