Using foreman on kubernetes

Hi,

Since starting adding containers support in foreman, I’ve been running them on a local minikube environment, I thought its worth sharing my setup just in case anyone else wants to get it running.

I’ve published my setup at https://github.com/ohadlevy/foreman-kube, taken from the readme if you like to use it:

git clone git@github.com:ohadlevy/foreman-kube.git
cd foreman-kube
./deploy.sh

this obviously assumes you have a working kubernetes environment such as minikube

1 Like