The Value of Thinking

Over the years we saw a lot of different attempts to properly manage the work of software developers and related technical specialists. One of the most grotesque example is using Lines of Code as a key metric for developer productivity, as discussed in The Mythical Man-Month. Still, even today hourly-based contracts remain standard in the… Continue reading The Value of Thinking

Ephemerals in K8s Namespaces

In this tutorial I will describe how to launch an ephemeral instance in a Kubernetes namespace using Reliza Hub. I Prerequisites I will use our Rebom project as a base. It should be set up on Reliza Hub as described in my previous tutorial on regular ephemerals here. Another thing you will need is a… Continue reading Ephemerals in K8s Namespaces

3 Parts of Ephemeral Problem

Following some recent conversations on the subject of ephemeral instances, it looks there exist various misconceptions. Some people are trying to build ephemeral infrastructure but do not necessarily realize what is involved. This post aims to clarify three major problems that you should address when dealing with ephemeral instances. These problems are: Infrastructure, Code and… Continue reading 3 Parts of Ephemeral Problem

REEF – 2-Layered Approach for Ephemeral Infrastructure

Introduction I have been experimenting with layered Terraform or OpenTofu ephemeral environments for about 2 years. Here is a brief introduction to a layered approach. Assume, you need a single EC2 VM for your ephemeral. Being “a good citizen”, you first set up a VPC, networking and other shared components. Then in the same script… Continue reading REEF – 2-Layered Approach for Ephemeral Infrastructure