Tag Archives: containers

Container Development Work

On my new laptop, I only use containers as database servers. I made the decision not to install SQL Server or PostgreSQL and instead work on containers only. I’ve written lightly about this, but I set up docker-compose files to … Continue reading

Posted in Editorial | Tagged | Comments Off on Container Development Work

Kubernetes is Cool, But …

Kubernetes is cool, and I think it’s really useful in helping us scale and manage multiple systems easily in a fault-tolerant way. Actually, I don’t think Kubernetes per se is important itself; more it seems that the idea of some … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Kubernetes is Cool, But …

Creating a PostgreSQL Docker Container with a Volume on Windows

This post looks at how to set up a PostgreSQL container on Windows using Docker for Windows. I’ve seen a few posts, but I had to cobble together some instructions from places, so I decided to make my own post … Continue reading

Posted in Blog | Tagged , , | 3 Comments

How Hard is Kubernetes?

We’ve run Kubernetes inside Redgate for some research projects (like Spawn) and we are building some skills running this orchestrator. At the same time, we’ve had no shortage of challenges in keeping the clusters up at times, patching, fixing issues, … Continue reading

Posted in Editorial | Tagged , , | Comments Off on How Hard is Kubernetes?