Local Development … in the Cluster

A developer working in a microservice stack can quickly burn out a CPU trying to bring up a whole stack for local development. But getting ..

3 years ago
0
3237

Python Environment Variables Vs Secrets

One of the most frustrating challenges in application development today is environment parity. While recent years have shown that virtualization ..

4 years ago
0
1403

Securely Keeping Kubernetes Secrets in Git

At first glance, storing Kubernetes secrets seems simple enough. Kubernetes stores them automatically in etcd, a key-value store. And, Kubernetes can ..

4 years ago
0
1482

How to Use Vanilla Kubernetes

Once you’re deep into the Kubernetes ecosystem, Kubernetes becomes as defined by its boundaries as it is by its benefits. Kubernetes is a platform ..

4 years ago
0
1268

Stateful Applications with Kubernetes

When containers became mainstream, they were designed to support ephemeral – stateless – workloads. Since then, a lot of effort has been ..

4 years ago
0
1066