Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1016 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 1016 Bytes

#SaltStack for bare metal Kubernetes

This is the repo I'll be using to track my salt-stack implementation of Kubernetes on bare metal. If you're going to use this code, keep in mind that all of the salt config is based off of my lab layout as shown below...

Alt text

The lab has 1 server (kubbuild) that I use for building the Kubernetes binaries and also acts as the salt-master. The remaining 5 servers (kubmasta, kubminion[1-4]) are the actual Kubernetes cluster and all act as salt-minions. That being said, for the Salt config to work your servers have to have the same IP addresses and DNS names that I use in my lab.

I'll be updating this as I refine my Salt config and build on the Kubernetes components.

#Revision changes 4/8/15 - Making this repo compatible with Kubernetes branch release-0.13. Make sure you clone that branch of the repo (git clone -b release-0.13 https://github.com/GoogleCloudPlatform/kubernetes.git)