
- Download VirtualBox: https://www.virtualbox.org/wiki/Downloads
- Download Ubuntu 20.04.3 LTS: https://ubuntu.com/download/desktop/thank-you?version=20.04.3&architecture=amd64
- Install Ubuntu three times so that we will have 3 nodes for Kubernetes cluster. One Master node and other two as worker nodes.
- Create a NAT Network in Virtual Box (e.g. “Kubernetes Network”) from Network preferences section. Use Network CIDR as 10.0.2.0/24

Nmap, short for Network Mapper, is a free, open-source tool for vulnerability scanning and network discovery. Network administrators use Nmap to identify what devices are running on their systems, discovering hosts that are available and the services they offer, finding open ports and detecting security risks. Nmap can be used to monitor single hosts as well as vast networks that encompass hundreds of thousands of devices and multitudes of subnets.
https://nmap.org/