Dynamic Kubernetes installation/configuration with SaltStack
I’ve been playing more with SaltStack recently and I realized that my first attempt at using Salt to provision my cluster was a little shortsighted. The problem was, it only… Read more »
I’ve been playing more with SaltStack recently and I realized that my first attempt at using Salt to provision my cluster was a little shortsighted. The problem was, it only… Read more »
In our last post about SaltStack, we introduced the concept of grains. Grains are bits of information that the Salt minion can pull off the system it’s running on. SaltStack… Read more »
In my last post, I showed you how I automated my Kubernetes lab build out by using Salt. This took the build time and cut it by more than 70%… Read more »
Note: Using SaltStack to deploy Kubernetes is something that I’ve been working on considerably since this was first posted. My most recent iteration has a considerable amount of template automation… Read more »