Describe my journey to setup my homelab for Kubernetes and Ansible
I am using the following configuration:
- Laptop Lenovo T440p
- OS: Windows 10 Pro Version 10.0.19045 Build 19045
- Processor: Intel(R) Core(TM) i5-4300M CPU @ 2.60GHz, 2594 Mhz, 2 Core(s), 4 Logical Processor(s)
- RAM: 8 GB
Because I am going to use Ansible I need WSL (Windows Subsystem for Linux)
wsl --installthis commad will install Ubuntu Linux and you need to restart computer. Then you set your UNIX (Ubuntu) user name and password.
Because I am going to use VirtualBox to bootstrap the worker and controlplane nodes I install Vagrant and use the following commands:
vagrant init??? to continue