How to update Docker on CentOS 7
I recently noticed that the Kubernetes guys are moving their container images from the Docker hub registry to their own repository… A quick look tells me that Google now has… Read more »
I recently noticed that the Kubernetes guys are moving their container images from the Docker hub registry to their own repository… A quick look tells me that Google now has… 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 »
One of the ‘newer’ functions of Kubernetes is the ability to register service names in DNS. More specifically, to register them in a DNS server running in the Kubernetes cluster. … Read more »
In our last post, we looked at how Kubernetes handles the bulk of it’s networking. What we didn’t cover yet, was how to access services deployed in the Kubernetes cluster… Read more »
One of the reasons that I’m so interested in docker and it’s associated technologies is because of the new networking paradigm it brings along with it. Kubernetes has a unique… Read more »