Sunday, August 26, 2018

BGP INBOUND TRAFFIC ENGINEERING - Gaining control over your inbound traffic


Inbound Traffic Engineering is an increasingly important problem for the edge networks with multiple upstream ISPs nowadays. To influence the inbound traffic path, such networks can use several methods including:

AS_PATH Prepending
BGP Multi-Exit-Discriminator
The use of BGP Communities with Local Preference
BGP Conditional Route Injection

Download eBook which covers all of the methods (with configuration samples) mentioned above as well as the Automated method of Inbound and Transit Traffic Engineering using Noction Intelligent Routing Platform (IRP).
Click Here To Read Rest Of The Post...

Saturday, August 25, 2018

What is Service Mesh?


Containers are lightweight, efficient and standard way for applications to move between and among the environments.

Micro services is a architectural design for building a distributed application using containers. Micro services are modular in terms of supporting any kind of business requirements. Monolithic code can be divided into smaller parts known as micro services. Micro Services can communicate to each other by using RPC calls.

While implementing Applications require a set of services from their infrastructure like load balancing, traffic managing, routing, health monitoring, security policies and user authentication. These services are often implemented as discrete appliances. Providing an application with these services required going to the appliance to implement and configure the service.

This process was possible when managing dozens of monolithic applications, but as these monoliths become modernized into micro services it isn’t practical to provision hundreds or thousands of containers in the same way. Monitoring, scalability, and high availability can no longer be provided by discrete appliances. These discrete appliances will be from different OEMs and every OEM has different EMS and NMS. It's a big bottle neck for a customer to manage these discrete appliances.

The solution for this problem is call a service mesh — a new way to deliver these services integrated from within the compute cluster itself through APIs that doesn’t require any additional or discrete appliances. This flexible framework removes the operational complexity associated with modern applications.


Click Here To Read Rest Of The Post...