Kubernetes Authentication plugins and kubeconfig
Kubernetes offers several different authentication mechanisms or plugins. The goal of this post is to review each of them and provide a brief example of how they work. In addition,… Read more »
Kubernetes offers several different authentication mechanisms or plugins. The goal of this post is to review each of them and provide a brief example of how they work. In addition,… Read more »
I thought it would be a good idea to revisit my last Kubernetes build in which I was using Salt to automate the deployment. The setup worked well at the… 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 previous posts, we talked about running skyDNS and Heapster on your Kubernetes cluster. In this post, I want to talk about the last of the cluster ‘addons’ available today… 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 »
NOTE: Kubernetes has evolved! The cAdvisor module is now integrated directly into the Kubelet binary. These directions are no longer entirely accurate because of this. The cAdvisor manifest does not need… Read more »