Author name: user

5G DNS Architecture
5G Network Architecture

DNS in 5G

DNS in 5G DNS is domain name systems which maintain IP address and domain name. DNS systems return server IP address to the client, so that it can […]

Open RAN Architecture Diagram
5G Network Architecture

OPEN RAN

OPEN RAN Open RAN (Open radio access network) is the industry term for the evolution of traditional RAN architecture to open interoperable interfaces, virtualization, and big data and

Kubernetes-Dashboard-User-Interface
Cloud Native

Kubernetes Dashboard

Kubernetes Dashboard The Kubernetes Dashboard provides a web-based user interface for Kubernetes cluster management. Minikube installs the Dashboard as an addon, but it is disabled by default. Prior

Cloud Native

Install Kubectl

Kubectl kubectl allows us to manage local Kubernetes clusters like the Minikube cluster, or remote clusters deployed in the cloud. It is generally installed before installing and starting

Cloud Native

Docker Installation On Ubuntu

Docker Installation On Ubuntu Step By Step First uninstall old versions if any adminuser@mysystem:~$ sudo apt-get remove docker docker-engine docker.io containerd runc Reading package lists… Done Building dependency

Cloud Native

Installing Minikube on macOS

Installing Minikube on macOS Let’s learn how to install the latest Minikube release on macOS with VirtualBox v6.1 specifically. NOTE: For other VirtualBox and Minikube versions the installation

Cloud Native

Minikube Installation

Minikube Installation on Linux system Let’s find out how to put in the most recent Minikube release on Ubuntu linux system 20.04 LTS with VirtualBox v6.1 specifically. NOTE:

Scroll to Top