ansible-for-kubernetes
ansible-for-kubernetes copied to clipboard
Ansible and Kubernetes examples from Ansible for Kubernetes Book
As of today, running ansible-playbook main.yml will result in this error TASK [Create a Deployment for Hello Go.] *******************************************************************************************************************fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to get client due...
https://github.com/geerlingguy/ansible-for-kubernetes/blob/555e16d04326ce54d998f7ec78e753799074f47e/ansible-containers/main.yml#L11 If using the same shell env from chapter 2 where we ran: > $ minikube docker-env export DOCKER_TLS_VERIFY="1" export DOCKER_HOST="tcp://127.0.0.1:55002" export DOCKER_CERT_PATH="/Users/eprice/.minikube/certs" export MINIKUBE_ACTIVE_DOCKERD="minikube" # To point your shell...
https://github.com/geerlingguy/ansible-for-kubernetes/blob/555e16d04326ce54d998f7ec78e753799074f47e/ansible-solr-container/vars/main.yml#L7
Under the Appendix A section with installing Ansible using pip, I was not able to execute any pip commands within WSL2 environment running Ubuntu 20.04 (on top of Windows 2004...
Dear Jeff, a minor issue I've just discovered is that your reference to the ansible module list (footnote 32) seems to be broken. Please replace https://docs.ansible.com/ansible/latest/modules/modules_by_category.html with e.g. https://docs.ansible.com/ansible/latest/collections/index_module.html Edit:...
Hi Jeff, just started reading your book and wanted to tell you that the pull request you mentioned to differentiate between different pods when logging scaled deployments was implemented in...
Hi Jeff, first of all thanks for your awesome work and books. I was trying to build local cluster with 2 master 1 worker. I got following error. I'm not...
Would be great to show a DigitalOcean Kubernetes example as well. They have a nice API these days, Terraform module and with Ansible K8 module we should be able to...
Right now it uses Docker as the container engine. Two issues with that: 1. Docker 20.x is not validated with the current K8s version in use in the example. 2....
I had a note to do this elsewhere, so I figured I'd put it in the official repo. Basically, one chapter that I might or might not work on pre-1.0...