← All posts

Engineering

Frameworks, delivery pipelines, and SDLC craft — how we turn architecture decisions into shipped systems.

All Engineering posts

Engineering

Effective planning for Site Reliability Engineering (SRE) projects

This blog post provides a comprehensive guide to effective planning for Site Reliability Engineering (SRE) projects, balancing long-term initiatives with operational responsibilities. However, the principles and practices discussed here are not limited to SRE. They can be applied to any software engineering project, making them relevant for a wide range of teams and organizations.

·13 min read
Engineering

Navigating Secrets Consumption in Kubernetes Pods

In the intricate world of Kubernetes, the management and utilization of secrets within pods and containers demand careful consideration. In this article, we delve into available options, shedding light on how pods and containers are impacted across different scenarios.

·9 min read
Engineering

Simple trick to use dynamic values in Helm

This time we will show you a simple trick we found useful when setting up local or ephemeral k8s environments with a valid domain that supports multiple Ingress entries.

·3 min read
Engineering

Fixing Docker Desktop when all other methods fail

Docker Desktop is a great tool that helps to save a lot of time during local development. However, it is not perfect and can break down in ways that are hard to restore, especially when you are using an M1 Apple silicon processor...

·2 min read