This commit is contained in:
Inaki Fernandez
2020-06-30 10:45:02 +02:00
parent 5073c4043d
commit 5acbb58b2e
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -12,6 +12,7 @@
- [Ansible Galaxy Roles](#ansible-galaxy-roles)
- [Awesome Ansible](#awesome-ansible)
- [Ansible and Public Cloud Guides](#ansible-and-public-cloud-guides)
- [Ansible Kubernetes Module](#ansible-kubernetes-module)
## Configuration Management with Ansible DevOps Tool
* [ansible.com](https://www.ansible.com/)
@@ -62,8 +63,8 @@
## Books
* [ansiblefordevops.com](https://www.ansiblefordevops.com/)
* [ansibleforkubernetes.com](https://www.ansibleforkubernetes.com/)
* [ansibleforkubernetes.com 🌟](https://www.ansibleforkubernetes.com/)
## Ansible Galaxy Roles
- [galaxy.ansible.com](https://galaxy.ansible.com/)
- [galaxy.ansible.com/geerlingguy](https://galaxy.ansible.com/geerlingguy)
@@ -76,3 +77,5 @@
* [Public Cloud Guides 🌟](https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html)
* [Ansible to automate Microsoft Azure](https://www.redhat.com/es/about/videos/ansible-automate-microsoft-azure)
## Ansible Kubernetes Module
* [Manage Kubernetes (K8s) objects with Ansible Kubernetes Module](https://docs.ansible.com/ansible/latest/modules/k8s_module.html)
+1 -1
View File
@@ -265,7 +265,7 @@ kubectl get secret <secret-name> --namespace=<source>-o yaml | sed s/names
* Export resources with [zoidbergwill/export.sh](https://gist.github.com/zoidbergwill/6af8c80cc5b706e2adcf25df3dc2f7e1#file-export_resources-py), by [zoidbergwill](https://gist.github.com/zoidbergwill)
### Kubectl Alternatives
* [Helm and Kubernetes](#helm-and-kubernetes)
* [Helm and Kubernetes](#helm-kubernetes-tool)
* [Kubectl plugins and tools](#kubectl-plugins)
#### Manage Kubernetes (K8s) objects with Ansible Kubernetes Module