How to install and configure MetalLB on self-managed Kubernetes

how-to-install-and-configure-metallb-on-self-managed-kubernetes

Installing and configuring MetalLB on a self-managed Kubernetes cluster can be a crucial step in providing load balancing for your services. MetalLB is a load-balancer implementation for bare metal Kubernetes clusters to assign external IP addresses to services in a cluster. In this article, we will go over the steps to install and configure MetalLB … Read more

413 request entity too large error solution

413 request entity too large

I am personally using Nginx as my primary web server with PHP-FPM but also having some setups with Nginx as a proxy to Apache Server. Many times, when I try to upload a file or made a large HTTP request, Nginx gives the error 413 request entity too large. That’s why I thought this issue … Read more

How To Install Nginx on Ubuntu 18.04 Server

install-nginx-on-ubuntu-18.04

Nginx is the second most used web server in the world. According to the Netcraft survey, Nginx is used by approx 25% of the busiest sites on the web. In this tutorial, we’ll install Nginx on Ubuntu 18.04 LTS server. Nginx is mainly known for its low resource consumptions and high performance. Nginx can be … Read more

Install and Secure phpMyAdmin with Nginx on Ubuntu 18.04

phpMyAdmin-with-Nginx-on-Ubuntu-18.04-ftrd-img

In this tutorial, we learn how to Install and Secure phpMyAdmin with Nginx on Ubuntu 18.04. phpMyAdmin is the most used free graphical interface for Mysql and MariaDB operations. phpMyAdmin having a wide range of operations on MySQL and MariaDB. If you do not like the command-line interface then you should try is once. Prerequisites … Read more