Supercharge Your Kubernetes Deployments: automated endpoint testing with K6 and Helm Hooks

As Kubernetes has become the standard for deploying and managing containerized applications, testing has also adapted to this environment. Ensuring the reliability and performance of your application’s endpoints is crucial, especially in cloud-native deployments. A powerful combination to achieve this is using K6 for load and performance testing and Helm with its helm test hooks to integrate testing into the Kubernetes deployment lifecycle. In this blog post, we’ll explore how you can use K6 for endpoint testing within Kubernetes using Helm’s test hooks....

October 14, 2024 · 4 min · Akhlaq Malik

Automating savepoints in Apache Flink

In a stateful streaming application the state of an application is one of the most important part. In Apache Flink we have the possibility to kind of backup the state with a so called savepointing mechanism. From these savepoints you as a developer or operations manager are able to stop-and-resume, fork, or update your Flink jobs (more to read about savepoints in the docs). So it’s a great possibility to try out different implementations of a fork for a Flink application....

October 18, 2023 · 3 min · Akhlaq Malik