Keep your CI/CD infrastructure alive with Jenkins Operator
Jenkins Kubernetes Operator can help you avoid unexpected downtime in CI/CD and opens doors for doing canary or blue/green deployment.

Jenkins Kubernetes Operator can help you avoid unexpected downtime in CI/CD and opens doors for doing canary or blue/green deployment.
There has come a time in every company when applications have developed to such an extent that a common content management solution is needed. It’s crucial to choose a proper one, which fits current requirements, but also will be ready for future growth.
Two developers recount their cloud migration of a massive, monolithic financial system—covering everything from Docker image overhaul to multi-cluster Kubernetes scaling—with emphasis on automation, security, and resilience. The article highlights tackling challenges like bulky container images, slow storage, DNS issues, and logging costs while running up to 20,000 pods.
This blog post covers mostly a summary of the significant amount of time spent with the team to help the company drive its large-scale Azure cloud transformation.
The below article describes the solution architecture we created for risk detection that provides results in real-time and at scale. Together with ksqlDB, features in the Kafka Streams framework help engineers focus on delivering real business value.
Kotlin lacks Java’s package-private visibility, exposing everything by default unless explicitly marked, which can bloat APIs and hinder encapsulation. The author praises Java’s manifest-based modular exports for making visibility decisions more conscious and centralized.
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.
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.
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.