gRPC Load Balancing in Kubernetes with Linkerd
With gRPC being more and more popular, it's interesting to understand the impact of long-lived HTTP/2 calls on load balancing techniques in Kubernetes.
In this article, William Morgan explains how Linkerd is able to load balance gRPC calls.
Read
Making sense of the Docker Hub pull rate limits
I was confused about the pull rate limits that Docker recently enforced on Docker Hub. Turns out that it's not complicated at all. In a nutshell:
Unauthenticated users get 100 pulls in a 6-hour sliding window.
Authenticated users with a free Docker account get 200 pulls in a 6-hour slid
Read
Intro aux Service Mesh et monitoring de microservices avec Linkerd
Présentation de 90 min à MSDEVMTL le 17 novembre 2020 diffusée live sur YouTube.
Description:Il existe de nombreuses façons de faire le monitoring d’un cluster Kubernetes. Les métriques peuvent être récoltées par Prometheus et affich
Read
Visual Studio Talk Show: Zone to Win
Nous discutons avec Patrick Bélanger du livre ‘Zone to Win: Organizing to Compete in an Age of Disruption’.
Amoureux des technologies logicielles de pointe, Patrick Bélanger transmet son savoir et son expertise sans cacher la passion qui l’anime. VP Développeme
Read
Mark Russinovich's Inside Azure Datacenters Ignite 2020 presentation
If you're curious about Azure datacenters, take a look at Mark Russinovich's Inside Azure Datacenters presentation from Ignite 2020.
Read
Visual Studio Talk Show disponible sur YouTube, Spotify, Google & Apple Podcasts, Deezer, iHeartRadio et Stitcher
Mario Cardinal et moi publions le podcast Visual Studio Talk Show sur Libsyn mais saviez-vous qu'il est aussi diffusé sur plusieurs plateformes populaires?
Abonnez-vous depuis votre application d'écoute préférée:
Read
Visual Studio Talk Show: Developer Velocity
Nous discutons avec Alexandre Brisebois du concept de Developer Velocity, une série de métriques permettant d'outiller les développeurs pour leur permettre de générer des résultats. En fait, la description anglaise est une définition plus exacte
Read
Azure AKS - Stop and Start (Preview)
For testing and demoing, I create AKS clusters that will live just for a few minutes up to a day and I always wanted some kind of feature where I would be able to pause a cluster instead of deleting it to stop compute charges. Microsoft finally added a way to stop and start AKS clusters with t
Read
Automating Let's Encrypt certificates on Azure App Service
Certificates are a pain. App Service provides a way to get a free cert using the App Service Managed Certificate but the down side is that it does not support naked/apex domains (without a prefix like www).
This morning I saw a tweet from Jeff Hollan saying that he uses Tatsuro Shibamura's App
Read
Public Cloud Services Comparison
When working with multiple cloud providers, sometimes you just want to know the name of an equivalent service in that other cloud provider. Comparecloud.in is a simple site that lists the various cloud providers services and provide links to get more info but unlike the URL name implies, the s
Read