Explore >> Select a destination


You are here

brooker.co.za
| | github.com
7.1 parsecs away

Travel
| | A curated list of software and architecture related design patterns. - DovAmir/awesome-design-patterns
| | maheshba.bitbucket.io
6.3 parsecs away

Travel
| | There are at least five distinct paradigms for replication: Group Communication [0], Viewstamped Replication [1], MultiPaxos [2], Raft [3], and Shared Logs [4]. In a previous post, I did a deep-dive on MultiPaxos, showing that it implements a specific abstraction: State Machine Replication or SMR. The SMR API allows servers to propose commands and play them back in a durable total order:
| | api7.ai
7.2 parsecs away

Travel
| | In the microservices architecture, API gateway is of increasing importance.
| | devopsian.net
22.6 parsecs away

Travel
| A deep-dive into progressive deployments, specifically Canary, on Kubernetes with Flagger using ingress-controller or a service mesh. How it works? I ran into some pitfalls and wrote about it, so you don't need to solve it too.