MinIO Blog

MinIO Blog Posts by Klaus Post

A collection of 7 posts from Klaus Post

Scaling up MinIO Internal Connectivity

Klaus Post Klaus Post on Programming |
Scaling up MinIO Internal Connectivity

A MinIO cluster operates as a uniform cluster. This means that any request must be seamlessly handled by any server. As a consequence, servers need to coordinate between themselves. This has so far been handled with traditional HTTP RPC requests - and this has served us well.  Whenever server A would like to call server B an HTTP request would

Read more