IaC: with Ansible role to install and configure Kubernetes
- Install cluster K8S
- Kubernetes v1.15
- Docker CE v18.09
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.k8s
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.k8s/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- k8s
...
LinuxTips: Descomplicando o Kubernetes
LinuxTips: Instalando e configurando um cluster Kubernetes