Posts

Showing posts from September, 2021

Kubernetes Cluster using RKE2 HA and Rancher

Image
I will show how to install kubernetes cluster with High Availibility using RKE2 and install Rancher to manage the cluster under ubuntu. To simplify access to the application deployed in the cluster, I set up nginx as load balancer to forward domain name request to the application. Here, I use simple ansible script to install the cluster. Server Architecture