Skip to content

Instantly share code, notes, and snippets.

View derekwaynecarr's full-sized avatar

Derek Carr derekwaynecarr

  • Red Hat
  • Raleigh, NC
View GitHub Profile
@derekwaynecarr
derekwaynecarr / gist:ce34b73e3ee895f0ed33
Last active August 29, 2015 14:05
Kubernetes configuration via Salt

Using Salt to configure Kubernetes

The Kubernetes cluster can be configured using Salt.

The Salt scripts are shared across multiple hosting providers, so it's important to understand some background information prior to making a modification to ensure your changes do not break hosting Kubernetes across multiple environments. Depending on where you host your Kubernetes cluster, you may be using different operating systems and different networking configurations. As a result, it's important to understand some background information before making Salt changes in order to minimize introducing failures for other hosting providers.

Salt cluster setup

The salt-master service runs on the kubernetes-master node.