Performance Testing Comparison of NGINX Ingress Controller and Red Hat OpenShift Router

Performance Testing Comparison of NGINX Ingress Controller and Red Hat OpenShift Router

Amir Rawdat Position: Technical Marketing Engineer Company: F5 Red Hat OpenShift Container Platform (OCP) is one of the most popular managed Kubernetes platforms. Like its competitors, OCP comes with default traffic management tools to help users get started quickly. The OCP Router, based on HAProxy, is the default ingress for OCP clusters. It can implement … Read more

How to Configure OpenWrt Router for Internet Access

How to Configure OpenWrt Router for Internet Access

In the previous issue, we introduced how to use HTTP forwarding to allow other devices on the local network to access the internet through a proxy. However, this requires configuring the client’s proxy settings, which is not very user-friendly for beginners. To solve this problem, this issue will teach you how to configure the router … Read more

In-Depth Learning of OpenShift Series 1/7: Router and Route

In-Depth Learning of OpenShift Series 1/7: Router and Route

1. Why Does OpenShift Need Router and Route? As the name suggests, the Router is a routing device, and Route refers to the paths configured within the router. These two concepts in OpenShift are designed to address the need to access services from outside the cluster (that is, from places other than the cluster nodes). … Read more

Understanding OpenShift Networking: Router vs Route

Understanding OpenShift Networking: Router vs Route

1. Why Does OpenShift Need Router and Route? As the name suggests, a Router is a routing device, and a Route is a route configured within that router. These two concepts in OpenShift are designed to address the need for accessing services from outside the cluster (i.e., from locations other than the cluster nodes). I … Read more

OpenShift Router Configuration Reload Mechanism

OpenShift Router Configuration Reload Mechanism

The OpenShift Router is the entry point for almost all north-south traffic, making it crucial to understand its operational mechanism, particularly the configuration update and reload mechanism.In case of service request anomalies, we can quickly analyze the problem’s cause, fix it in a timely manner, and ensure application continuity.This chapter mainly introduces the configuration loading … Read more