Difference between revisions of "Ansible with Kubernetes"
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...") |
m |
||
(One intermediate revision by the same user not shown) | |||
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]] | ||
+ | [[Category:Kubernetes]] |
Latest revision as of 07:40, 14 November 2023
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.