ansible-for-kubernetes
ansible-for-kubernetes copied to clipboard
Ansible and Kubernetes examples from Ansible for Kubernetes Book
I'm going through this book on a windows7 laptop. Just finished chapter 1. Liking it so far. This is a brain-dump of my experience with a suggestion before I move...
While this book is not specific to Kubernetes, per-se, I figure it might be good to have a collection of best practices as an appendix, much like I do for...
See the [Ansible User Guide for the Operator SDK](https://github.com/operator-framework/operator-sdk/blob/master/doc/ansible/user-guide.md). (Looks like the docs link might be changing to https://sdk.operatorframework.io/docs/). I would like to have a very basic Ansible-based Operator walkthrough...
Hi Jeff, I work on a several clusters at the same time, and I think one of the difficulties is while they use the same playbook, they are some subtle...
In a production Ansible configuration, it should be a best practice to provide desired versions of Galaxy roles that are to be downloaded to support the playbooks. I recommend adding...
The geerlingguy.kubernetes Ansible Galaxy role changed references from 'master' to 'control_plane' in this commit https://github.com/geerlingguy/ansible-role-kubernetes/commit/926a8c909e71ab71c8581c28828ac010929bc6e3. Updating local cluster VMs similarly so that it works without having to edit inventory file.
VMs: "Ubuntu 22.04.1 LTS" $ ansible-galaxy role list | grep geerling - geerlingguy.ntp, 2.3.1 - geerlingguy.repo-epel, 3.1.1 - geerlingguy.security, 2.2.0 - geerlingguy.swap, 1.0.2 - geerlingguy.docker, 6.0.3 - geerlingguy.kubernetes, 7.1.1 playbook:...
https://minikube.sigs.k8s.io/docs/start/linux/ should probably be: https://minikube.sigs.k8s.io/docs/start/
See [this tweet](https://twitter.com/appnelgroup/status/1597335841025757187) from @appnelgroup: > I am pleased to announce the availability of an Ansible certified content collection for Terraform. It is available now in Automation Hub for Ansible...
The AWX Operator, which installs AWX (Tower OSS) on Kubernetes or OpenShift, is now on OperatorHub.io: https://operatorhub.io/operator/awx-operator This is something I had actively been working on for almost a year,...