thehandsomezebra / k8s_apps_ansible

Using this repo to create an ansible playbook that can set up some of the typical things I use in my cluster... or something like that.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible k8s Playbooks

Load crap up to your cluster with this thing.

ansible-playbook ./load.yml -i ./inventory/my-cluster/hosts.ini
mkdir ~/.kube
scp ubuntu@192.168.3.38:~/.kube/config ~/.kube/config

kubectl get nodes
#works

About

Using this repo to create an ansible playbook that can set up some of the typical things I use in my cluster... or something like that.

License:MIT License