ansible-for-kubernetes
ansible-for-kubernetes copied to clipboard
Ansible and Kubernetes examples from Ansible for Kubernetes Book
Add the following line in `main()` in the `hello.go` app: ```go log.Printf("Starting webserver on %s", addr) ``` (After the `handler` line.) That way, when you start the server, you see...
version 2020-09-01 Chap 1 page 16 info point says "Currently, kubectl logs doesn’t differentiate log lines by pod name" it seems it is not the case anymore with --prefix=true doc...
TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] *** skipping: [default] TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** skipping: [default] TASK [geerlingguy.pip...
I've been working on the [Ansible Kubernetes Collection](https://github.com/ansible-collections/kubernetes) for a bit, and in Ansible 2.10, it will become the source of the `k8s`-related modules and plugins. As such, there are...
Page 67 of PDF v0.4 `which integrates tightly with Ansible and Podman to building containers` `building` should be `build`
Pages 62 and 63 of PDF v0.4 Solr tag is listed as `8.3.1` but was specified as `8.6.2` at the bottom of page 59.
Page 4 or so: ``` $ curl localhost:8180 Hello, you requested: / ``` ``` $ curl localhost:8180/test Hello, you requested: /test ```
I am marking the swap file as `absent` and it reappears after a reboot. I run `swapon -show` after a reboot. ``` $ swapon -show Filename Type Size Used Priority...
I have a [Drupal Operator](https://github.com/geerlingguy/drupal-operator) and a [MariaDB Operator](https://github.com/geerlingguy/mariadb-operator), both of which can function independently without issue. But for one example, I want to show how two operators can work...
Hello, I noticed something while reading this in Google Books so just wanted to mention. Not like it's a big deal but figured id let you know anyway. Especially since...