tpryan / whack_a_pod

A demo application that turns a Kubernetes cluster into a Whack a Mole game, where the moles are pods.
Other
135 stars 82 forks source link

Can we get instructions on how to deploy this onto an onprem kubernetes cluster. #4

Open HackyPenguin opened 7 years ago

HackyPenguin commented 7 years ago

Hi,

Can we get instructions on how to deploy to an on prem cluster I have tried using ingress rather than type=loadbalancer and tried make file after putting the hostnames ingress listens on however I cant seem to get it working.

ill keep trying and if I can manage it ill make a pull request however any insight would be helpful.

tpryan commented 7 years ago

I'm happy to help you out. But I got nothing off the top of my head. I'll have to get a non GKE k8s cluster up and running. It will be a few days before I can get to it.

RobM83 commented 5 years ago

I just did a clean install of a one node Kubernetes cluster on-prem with kubeadm and with the following steps I got "whack-a-pod" working.