Tag Archives: containers

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?

Setting the Container Name–#SQLNewBlogger

I had started a Stairway series on containers (which I need to get back to), and I got a question. How do we set the name of a container? If I just start a new container with a generic, minimal … Continue reading

Posted in Blog | Tagged , | Comments Off on Setting the Container Name–#SQLNewBlogger