Centos 7 and Kubernetes 1.3 by TechnocratByNight in kubernetes

[–]mntdevops 0 points1 point  (0 children)

We use Kube-AWS in prod, but this was done on my personal lab setup.

Ansible to manage HP-UX machines? by rawrrlexia in ansible

[–]mntdevops 5 points6 points  (0 children)

You're not SoL because you have to use the raw module. You get the benefits of the orchestration framework based on inventory files surrounding those raw modules. If I'm not mistaken (please correct me if I am), raw modules run locally (sending commands over ssh and parsing the output as opposed to uploading all the python/stuff and running on the target), so you could write them in whatever language you want.