Technology

What is Shortest Path Bridging?

Shortest Path Bridging (SPB) is an 802.1aq IEEE (Institute of Electrical and Electronic Engineers) standard whose important focus was to highlight and address the challenges of Spanning-tree. But SPB can do much more than STPs emerge: SPB also provides MPLS-like VPN (Virtual Private Network) services but is very significantly simpler to deploy and maintain also. […]

Technology

How to set up an HA Kubernetes Cluster Using Keepalived & HAproxy?

A highly available Kubernetes cluster ensures your applications run without outages which are required for production. In this connection, there are plenty of ways for you to choose from to achieve high availability. This tutorial demonstrates how to configure Keepalived and HAproxy for load balancing and achieve high availability. The steps are listed below: Prepare […]