October 2020

Kubernetes bare metal using kss, metallets, and kss.

Setup Kubernetes Cluster using K3S, MetalLB, LetsEncrypt on Bare Metal

Setup K3S Cluster By default, Rancher K3S comes with Traefik 1.7. We will setup K3S without Traefik ingress in this tutorial. Execute the above command on master node 2 to setup HA.Validate cluster setup: Make sure you have HA Proxy Setup: We will use above command output value to join worker nodes: MetalLB Setup Create

Setup Kubernetes Cluster using K3S, MetalLB, LetsEncrypt on Bare Metal Read More »

Kubernetes pre-load balancing implementation using metallb.

Kubernetes On-Prem Load Balancing implementation using MetalLB

In this tutorial I will go over how to install and setup MetalLB for on-premise implementation. Pre-req Installing MetalLB NOTE: The above example was used from here Validate deployments by executing the below command: Apply network configurations Create a file called metallb-config.yaml and enter the following values: Apply changes: And you are done!

Kubernetes On-Prem Load Balancing implementation using MetalLB Read More »

A person typing on a laptop.

Install Webmin on Ubuntu 20.04

Webmin is a web-based system administration tool designed for Unix-like operating systems, including Linux. It provides a graphical interface that allows users to manage and configure various aspects of the system through a web browser. Webmin is particularly useful for users who are more comfortable with graphical interfaces and want an easier way to perform

Install Webmin on Ubuntu 20.04 Read More »

Scroll to Top