Preparing Ubuntu Server 18.04 LTS machines for the Kubernetes master (as well as Kubernetes nodes) requires the following steps:
- Changing the operating system configuration, such as disabling swap.
- Installing the Docker container runtime.
All the steps for Ubuntu Server preparation for Kubernetes are also available as a bash script in the official GitHub repository for the book, which can be found at: https://github.com/PacktPublishing/Hands-On-Kubernetes-on-Windows/blob/master/Chapter07/02_ubuntu-prepare-node.sh.
In order to configure the operating system for running ...