Deploy prometheus grafana on kubernetes cluster

 Prometheus and Grafana are well-known open-source resources utilized for tracking and displaying data from a variety of systems and software. Using the steps in this blog, you can set up Prometheus and Grafana on Kubernetes cluster. These two are open-source tools for monitoring and visualizing metrics from different systems and applications. In continuation of this blog in upcoming posts, we will also examine Prometheus’s application for tracking containerized network functions…

Time Synchronization In Wireless Networks -Part-2

Timing is very critical in ORAN/VRAN implementations. This reminds me my stint when I used to work on Synchronous TDM (SDH and SONET), Digital loop carrier systems dealing with E1/STM/ where synchronization was THE MOST CRITICAL in transport backbone networks. As Things started moving towards packet domain and the synchronization factor became lenient. MPLS based IP transport has lost its relevancy since its not satisfies PTP requirement. 5G rollout into…

Deploying FRR Free Range Routing

        Free Range Routing (FRR) Border Gateway Protocol ,Use case for Metal LB load balancer project               In my recent blog on Metal LB https://bit.ly/3kx9Ixk  , we explored the deployment of the load balancer for offline premise datacentre . Metal LB creates Kubernetes services of type LoadBalancer in clusters. There are 2 modes to achieve this. Layer 2 mode (ARP/NDP) and BGP…

MetalLB  load-balancer implementation for bare metal Kubernetes clusters

There are narratives being built by cloud providers to help 5G telecom operators migrate CNF/VNF/virtualization platforms to public clouds. A number of telecom companies and system integrators have already mandated their staff to learn cloud computing. CNF/VNF are in fact written in favor of the public cloud. In spite of this, I see numerous challenges, which I cite Connecting transport network providers (X-haul, fiber, packet core), integration of heterogeneous environments…

Time Synchronization In Wireless Networks -Part-1

Recently I was working on a migration of Virtual openstack controller to baremetal node. The steps and procedures I have mentioned in my previous blog bit.ly/3XE5YJr . My migration failed and as I started log analysis to figure out the issue I found the following error. “ keystoneauth1.exceptions.http.Unauthorized: The password is expired and needs to be changed for user:” On digging further this issue we found that nodes were out…

Basics Container Kubernetes -1

In my routine work I work on platforms like Openstack, Kubernetes and Esxi VMware  running my various LTE and 5g workloads, a group of microservices together perform a Cloud-Native Network Function (CNF) This blog is a compilation of information where I am trying to parse the voluminous documentation especially useful for newcomers in my team. For me technical blogging is beneficial in subtler ways. Blog posts serves as kind of…

Deploying Kubernetes K9s For Managing And Monitoring Kubernetes Clusters

K9s (canine) is a command-line based UI utility (terminal + vim + K8s) to navigate, observe and manage your applications and monitoring Kubernetes clusters. It provides a visual interface that allows users to view and manage their Kubernetes resources, such as pods, deployments, and services, in a more intuitive and user-friendly way compared to using the “kubectl” command-line tool. I have been using k9s in my 5g unity cloud Kubernetes cluster deployment, where…

Openstack Controller Node Migration Virtual To Physical

Recently I was working for a customer in Asia Pacific region in “Technology Strategy” department for building 5g core network (Kubernetes cluster) on Openstack 16.2. “Chief Technology Officer (CTO)” requested us to evaluate options for deploying Openstack controllers on physical baremetal node, a methodology to migrate from virtual to baremetal node. Through our lab trials we were able to develop a methodology to accomplish these tasks .In previous blog https://bit.ly/3slLXck…

Deploying MetalLB Load-balancer For Bare Metal Kubernetes Clusters

In my previous blog http://bit.ly/3ZbG5QY ,we saw the deployment of Kubernetes cluster using Ansible playbooks. I have used same playbooks to create a new Kubernetes cluster for demonstrating the MetalLB load balancer. MetalLB is a very popular, free and open-source load balancer. I have deployed it as a component in 5g core networks. MetalLB create Kubernetes services of type LoadBalancer, and provides network load-balancer implementation in on-premise clusters (Baremetal deployments),…

Overview Of ISTIO Mesh

Recently I was working on a private 5g deployment, a military project for one of the nations in Europe. My task was to deploy Kubernetes cluster where we deploy a group of microservices federation, that together perform a Cloud-Native Network Function (CNF). The deployment was segregated in 2 types, 5g Application components and PaaS. Our main application components for core network were fed-nrf, Network Function Repository, fed-amf Access & Mobility…