ITZone

Install Kubernetes with Microk8s 1.25 on Ubuntu 20.04

What is MicroK8s?

MicroK8S is a package that helps install and operate Kubernetes quickly and efficiently.

Benefits of using Microk8s

  1. Easy to install, as long as your device supports snap
  2. Support for more than 42 Linux, Windows, Mac OS
  3. Quick support for quick installation of core Kubernetes addons like dns and dashboard
  4. Take control of your cluster with the kubectl CLI tool
  5. Fast deployment of containers in the cluster

In this article, I will guide you to install a 3-node cluster under the HA (High Availability) model with high availability.

You need to prepare 3 servers configured as follows:

IP Hostname vCPU RAM DISK
10.19.2.92 stg-02 6 cores 12G 100G
10.19.2.93 stg-03 6 cores 12G 100G
10.19.2.94 stg-03 6 cores 12G 100G

 

Share the news now