Rahil

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 »

Kubernetes cluster setup with raspberries and a kubernetes cluster.

Raspberry Pi 4 K3S cluster setup

In this tutorial, I will show you how to set up a lightweight Kubernetes cluster using rancher k3s. My current Raspberry Pi 4 configuration: Hostname RAM CPU Disk IP Address k3s-master-1 8 GB 4 64 GB 192.168.1.10 k3s-worker-node-1 8 GB 4 64 GB 192.168.1.11 k3s-worker-node-2 8 GB 4 64 GB 192.168.1.12 Prerequisite set values as shown below: Apply changes by executing

Raspberry Pi 4 K3S cluster setup Read More »

A yellow padlock on a wooden door.

How to generate self-signed certificate in Linux

In this tutorial, I will be using CentOS 7 to generate self-signed certificates. You can use any Linux operating system as long as it is Openssl install. To install Openssl follow the below guide: Openssl installation CentOS, Redhat, Fedora: Ubuntu, Debian Generating certificate with password Command: Interactive view: Verify output Generating certificate without password Command:

How to generate self-signed certificate in Linux Read More »

An image of a stage with lights and cubes.

How to install MySQL 8 on CentOS 8

Download rpm package and configure yum repository Disable mysql5.7: Enable mysql8.0: Verify: Disabling default MySQL modules Installation Service start stop start: status check: Changing temp password after installation The above output will display the default password Z#5m,9wsmlw in the console. Changing password by following below setup command Interactive setup: Connecting to MySQL server

How to install MySQL 8 on CentOS 8 Read More »

Scroll to Top