Skip to main content

VirtusLab's Articles

Cloud Engineering|Mar 1, 2018

Kubernetes Cluster Bootstrap

This article by VirtusLab walks through how a Kubernetes cluster is provisioned from first principles, detailing the components and technologies involved in bootstrapping nodes and orchestrating services. It explains how bare-metal and cloud setups follow similar high-level steps.

Kubernetes Cluster Bootstrap cover
Backend Engineering|Oct 28, 2015

Arrows, Monads and Kleisli — part 1

A general abstraction extends functions into composable building blocks, enabling the expression of business logic as data flows. This shift transforms side‑effecting, exception‑ridden code into clean, purely functional pipelines.

Arrows Monads and Kleisli part 1 cover