Skip to main content

VirtusLab's ArticlesRSS

Cloud Engineering|Nov 2, 2018

Helm alternative

VirtusLab shows how to ditch Helm by converting charts into single Kubernetes manifest templates for full control. They demonstrate using their “render” tool to flatten, clean, and version your deployment manifests.

Helm alternative cover
Cloud Engineering|Jul 10, 2018

Think twice before using Helm

VirtusLab shares concerns about Helm’s hype, especially around its Tiller component and templating complexity. They point out how it adds layers—like auth and templating—that often create more work than value.

Think twice before using Helm cover
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