Difference between revisions of "Installing Kubernetes with Ansible"
Jump to navigation
Jump to search
(Created page with "==Installing Kubernetes with Ansible==") |
|||
Line 1: | Line 1: | ||
==Installing Kubernetes with Ansible== | ==Installing Kubernetes with Ansible== | ||
Ansible is ideal for automating the process of [[K8s Installation|installing Kubernetes]] software, partially because [[Kubernetes]] is a technology for managing replicated computing services in a network cluster. There are many resources that explains how to use Ansible for installing Kubernetes, we provide links to the following tutorials to get started: | |||
#[[Create Kubernetes Cluster Using Ansible Playbook Automation]] | |||
#[[Installing Kubernetes with Ansible on AWS]] | |||
#[https://kubernetes.io/blog/2019/03/15/kubernetes-setup-using-ansible-and-vagrant/ Kubernetes setup using Ansible and Vagrant] | |||
#[[Video/Kubernetes Cluster Installation using Ansible]] |
Latest revision as of 01:40, 17 August 2021
Installing Kubernetes with Ansible
Ansible is ideal for automating the process of installing Kubernetes software, partially because Kubernetes is a technology for managing replicated computing services in a network cluster. There are many resources that explains how to use Ansible for installing Kubernetes, we provide links to the following tutorials to get started: