Published on Sept. 27, 2021
Do You know, When people are picking up their phones and making a call on Nokia networks, they are creating containers in the background with Kubernetes. Yes, Kubernetes is an insane technology that is accepting worldwide now. In this post, we are going to know all about that.
Nokia is the first name pop-up when the market is accepting the mobile phone as a tool in the early 2000s. But by 2014, the company had sold off its mobile division and be more focused on networks. On building the network Nokia is adopted a tool named Kubernetes which is surprisingly solving its problem and making the task a lot easier.
Don't worry if you are not aware of this tool and how Nokia is getting benefits from it. We are going to discuss this all. Let's first know about this amazing tool.
Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. In simpler terms, Kubernetes, or k8s, is an open-source platform that automates Linux container operations. It eliminates many of the manual processes involved in deploying and scaling containerized applications. In other words, you can cluster together groups of hosts running Linux containers, and Kubernetes helps you easily and efficiently manage those clusters. Kubernetes is one of the most famous tools of DevOps culture. |
In old days, organizations worked on physical servers. All the applications ran directly on a single operating system and later we develop hypervisor technology. Now in the hypervisor, we launch different VMs and ran the application over there. Although virtualization provides isolation but handling the VMs is again not much easy and fast.
In this agile world, we need something fast and simpler that automatically handles the fault. To solve these use cases, containerization technology is introduced. Containers are similar to VMs, but they have relaxed isolation properties to share the Operating System (OS) among the applications. Therefore, containers are considered lightweight.
There is one more tool that work on Container technology i.e. Docker but it has some limitations where Kubernetes provides some extra benefits over it.
There are the following reasons why the container is becoming popular:
To know more about Kubernetes and containers, click here. Now, you have all the required information about the Kubernetes and we can talk about Nokia's case study.
Today, Nokia is building telecom networks end-to-end—from antennas to switching and routing equipment—serving operators in more than 120 countries. As a telecom vendor, Nokia has to deliver its software to several telecom operators and put the software into its infrastructure. Each of the operators has a bit of different infrastructure. There are some users running products on bare metal, some running on VMs, or some running on the Cloud(like AWS).
The company decided to choose cloud-native technology that will provide infrastructure-independent products. The first Kubernetes-based product, the Nokia Telephony Application Server, went live in early 2018. Now they are working on almost all the products and moving toward Kubernetes.
Kubernetes has helped Nokia to convert its foray into 5G. According to GERGELY CSATARI, SENIOR OPEN SOURCE ENGINEER, NOKIA, "When you develop something that is part of the operator's infrastructure, you have to develop it for the future, and Kubernetes and containers are the forward-looking technologies.
In this case study, we come to know about Kubernetes and how Nokia is using Kubernetes in order to maintain its services.
Stay tuned for further updates.
You can connect with the author on Twitter.
···