K8s environment setup with Ansible
Last time we took a try on ansible with the three virtual machines we created with pve. And this time we are going to use ansible to set up a k8s environment with these three virtual machines. I’m going to edit the playbook step by step, following the official installation guide of k8s and docker. All my nodes are running on Ubuntu 20.04. Starting of the playbook - name: Kubernetes hosts: homelab_vms vars_files: - homelab. Read more...