geerlingguy / ansible-for-kubernetes

Ansible and Kubernetes examples from Ansible for Kubernetes Book
https://www.ansibleforkubernetes.com
MIT License
690 stars 314 forks source link

[section_request] Ansible Playbook Bundles #1

Closed leifmadsen closed 4 years ago

leifmadsen commented 6 years ago

Would like to see some discussion around ansible playbook bundles / ansible service brokers and the service catalog.

@leifmadsen willing to collaborate. Already has working examples, documentation, etc.

geerlingguy commented 5 years ago

I haven't actually heard of APB/ASBs, as it sounds like it's something that's more specific to OpenShift (is that a correct understanding?).

Would these be the most relevant resources?

leifmadsen commented 5 years ago

Yes, but they are now deprecated in favour of Ansible Operators via the operator-sdk. This issue is no longer relevant.

The request is still valid to show some sort of automation around OperatorHub (OperatorHub.io would be a valid place) because this can be done via vanilla Kubernetes, but APB/ASB can be ignored.

geerlingguy commented 4 years ago

Sounds good, then! Closing this issue in favor of #2, and I expect to also be doing some work around pulling operators from various places (notably, OperatorHub.io) to run some real-world applications, in later chapters.