Testing Helm Charts Part II

This article is also available on Substack. This is a very basic example of using Helm Unittestas well as an example of the “test pyramid” discussed in the previous article. The code is available on GitHub. Structure We have two charts: fw-demo - a chart with our demo application monitoring - a library chart that applies some DataDog monitoring rules for the main chart. monitoring chart is a dependency....

July 13, 2024 · 6 min · Yurii Rochniak

Testing Helm Charts Part I

This article is also available on Substack. Before answering this question, we should decide why to test Helm chart? and if you even need to bother with that. Following an example from this xkcd comic, the real answer is: it depends. So, I want to share with you my story of Helm chart testing. How and, more importantly, why it started, and how it played out in the end. On a side note, I did a talk on this topic at the DevOps FW Days conference....

July 11, 2024 · 9 min · Yurii Rochniak

Kubernetes Operations Survey 2023

Annual Kubernetes Survey by CatOps It is the second time I run this survey. You can find the previous year’s results here. You can find the raw data in the Google Sheets. You can also read this article on Substack. Introduction This year, I ran this survey for two months: from the 14th of March to the 18th of May, and gathered 122 responses in total. Yet, I must admit that I only promoted this survey for a month....

June 2, 2023 · 9 min · Yurii Rochniak

The Results of My Kubernetes Survey

Kubernetes Survey Results Not so long ago, I created a survey to understand how people manage their Kubernetes clusters. I got more than a hundred responses from Telegram, Reddit, Twitter, and DOU, 102 to be precise. Now, I am ready to share it with you! You can find all the raw data via this link. This text is also available in Ukrainian. A backstory (skippable content) After, I wrote the article about Kubernetes backups - Why backup Kubernetes?...

February 17, 2022 · 11 min · Yurii Rochniak

Why backup Kubernetes?

This is the second part of a series of articles regarding Kubernetes backups. You can find the first part about Velero tool here. Why Backup Kubernetes? In the previous part I provided a brief overview of the backup & restore tool for Kubernetes called Velero. Now, I would like to talk, why backup your cluster at all? What makes a cluster? A typical production cluster has a three-layer structure. There are Kubernetes components themselves....

December 27, 2021 · 6 min · Yurii Rochniak