• January 23, 2026

How to Deploy Gateway API with TLS Encryption on Kubernetes

How to Deploy Gateway API with TLS Encryption on Kubernetes Configure Kubernetes Gateway API with Envoy Gateway and cert-manager for HTTPS traffic routing. The Kubernetes Gateway API is a standard interface for managing service networking within Kubernetes clusters. It succeeds the Ingress API by offering a more expressive and extensible…

Read More

How to Configure Apache as a Reverse Proxy with mod_proxy

How to Configure Apache as a Reverse Proxy with mod_proxy Learn how to configure Apache as a reverse proxy with mod_proxy, perfect for hosting applications like ownCloud. Introduction Apache is a web server application that can serve dynamic web content or act as a reverse proxy —forwarding client requests to…

Read More

High-Availability Shared Drives Using Vultr Block Storage and GlusterFS

High-Availability Shared Drives Using Vultr Block Storage and GlusterFS Learn to create high-availability shared drives using Vultr Block Storage and GlusterFS for seamless data replication across servers. GlusterFS is a network-attached file system which effectively allows you to share two drives across multiple devices on the network. This file system…

Read More

How to Deploy MinIO – An Opensource Object Storage Solution

Learn how to deploy MinIO on Ubuntu 24.04 for efficient file management using an S3-compatible object storage solution. MinIO is an open-source, high-performance object storage server that offers S3-compatible API for managing and sharing files as objects. It uses a server and console-based architecture, providing multiple access methods, including a…

Read More

How to Install Traefik Ingress controller with Cert-Manager on Kubernetes

How to Install Traefik Ingress controller with Cert-Manager on Kubernetes Learn to secure a VKE cluster using Traefik, cert-manager, and Let’s Encrypt for enhanced application security and automatic HTTPS redirection. The Traefik Kubernetes Ingress provider is an open-source Kubernetes Ingress controller. It integrates with cert-manager to provide a TLS certificate…

Read More

How to Deploy Invoice Ninja – An Opensource Invoicing Application and Alternative to Freshbooks

Learn how to deploy Invoice Ninja on Ubuntu 24.04 to manage invoices, payments, and financial tasks. Invoice Ninja is an open-source invoicing application built on top of Laravel for sending invoices and tracking payments. It’s a free and open-source alternative to accounting applications like Freshbooks and QuickBooks. You can use…

Read More