This book, written by the leader of the Red Hat team that created Podman, teaches readers how to use Podman: a next-generation container engine that is easier to use and provides superior security over Docker and other container engines.
This book jumps right into building microservices, giving you just enough knowledge to build, while not getting mired in theory.
From Distributed Machine Learning Patterns by Yuan Tang
In this article, we introduce the collective communication pattern, which is a great alternative to parameter servers when the machine learning model we are building is not too large without having to tune the ratio between the number of workers and parameter servers.
From Distributed Machine Learning Patterns by Yuan Tang
In this article, we introduce the parameter server pattern which comes handy for situations where the model is too large to fit in a single machine such as one we would have to build for tagging entities in the 8 millions of YouTube videos.
From Continuous Delivery with Kubernetes by Mauricio Salatino
This article discusses using Crossplane to provision real infrastructure in a declarative way.
From Build an Orchestrator in Go by Tim Boring
This article covers
The evolution of application deployments
Classifying the components of an orchestration system
From Microservices in .NET, 2nd Edition by Christian Horsdal Gammelgaard
Let’s talk about event-based collaboration. This is an important aspect of how microservices interact with each other.
In case you missed it, here is Jacques Chester’s live Twitch coding stream recap. For more, check out the book: Knative in Action. For more live coding streams, subscribe to Manning’s Twitch channel here: https://www.twitch.tv/manningpublications
From Istio in Action by Christian Posta
This article shows how to use Fortio for load testing.
From Microservices in .NET, 2nd Edition by Christian Horsdal Gammelgaard Find out exactly what a microservices architecture is in this article. Take 40% off Microservices in .NET, 2nd Edition by entering horsdal3 into the discount code ox at checkout at… Continue Reading →