Difference between revisions of "Ansible with Kubernetes"

From Freephile Wiki
Jump to navigation Jump to search
(Created page with "Ansible has many [https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules.html cloud-related modules]. Among them are the [https://docs.ansible.com/ansible/lates...")
 
(Add book)
Line 1: Line 1:
 
Ansible has many [https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules.html cloud-related modules]. Among them are the [https://docs.ansible.com/ansible/latest/modules/k8s_module.html k8s module], the [https://docs.ansible.com/ansible/latest/modules/helm_module.html helm module] and the [https://docs.ansible.com/ansible/latest/modules/etcd3_module.html etcd3 module] (not to be confused with the 2020/04 [https://github.com/coreos/etcd-operator archived etcd operator]).  They have their own category: [https://docs.ansible.com/ansible/latest/modules/list_of_clustering_modules.html Clustering modules].
 
Ansible has many [https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules.html cloud-related modules]. Among them are the [https://docs.ansible.com/ansible/latest/modules/k8s_module.html k8s module], the [https://docs.ansible.com/ansible/latest/modules/helm_module.html helm module] and the [https://docs.ansible.com/ansible/latest/modules/etcd3_module.html etcd3 module] (not to be confused with the 2020/04 [https://github.com/coreos/etcd-operator archived etcd operator]).  They have their own category: [https://docs.ansible.com/ansible/latest/modules/list_of_clustering_modules.html Clustering modules].
 +
 +
== Learn More ==
 +
Jeff Geerling is the author of "[https://leanpub.com/ansible-for-kubernetes Ansible for Kubernetes]", available as a $20 e-book.
  
 
[[Category:Virtualization]]
 
[[Category:Virtualization]]

Revision as of 23:45, 4 August 2020

Ansible has many cloud-related modules. Among them are the k8s module, the helm module and the etcd3 module (not to be confused with the 2020/04 archived etcd operator). They have their own category: Clustering modules.

Learn More[edit | edit source]

Jeff Geerling is the author of "Ansible for Kubernetes", available as a $20 e-book.