A very simple custom Kubernetes controller
TL;DR to learn how to build a custom Kubernetes controller, go to https://github.com/piontec/k8s-demo-controller, read, clone, learn and enjoy! Learning to write custom Continue Reading
TL;DR to learn how to build a custom Kubernetes controller, go to https://github.com/piontec/k8s-demo-controller, read, clone, learn and enjoy! Learning to write custom Continue Reading
TL;DR: use Terraform’s “null_resource” and optionally “template_file” to easily create config files for other software (like Ansible) be careful when you Continue Reading
TL;DR “selectattr” filter in Ansible is useful for filtering lists based on attributes of the objects in the list Ansible’s Continue Reading