Nokia Moves Data Centers To Google Cloud

Finland based telecommunications company, Nokia announced that the company signed a 5-year strategy agreement with Google under which Nokia will move its on-premises IT infrastructure to Google Cloud. Nokia has started moving its global data centres, servers and software applications onto Google Cloud, a process that’s expected to continue for the next 18 months to […]

Nokia Moves Data Centers To Google Cloud Read More »

GitHub has replaced ‘master’ with ‘main’

The Microsoft-owned coding site GitHub has dropped the term “master” from its systems on its service with a neutral term like “main” to avoid any unnecessary references to slavery to support the #BlackLivesMatter movement. GitHub repositories are where developers and organizations store and synchronize their source code projects. Approximately, 50 million developers use GitHub around

GitHub has replaced ‘master’ with ‘main’ Read More »

Kubernetes Architecture Explained in Brief

Kubernetes has become the most sought after orchestration platform because of its overwhelming features, including scaling, auto-deployment, and resource management across multiple clusters of hosts. The enterprises are adopting Microservice-architecture for their application development, hence modern applications are increasingly built using containers. Containerization packages the application with all the necessary dependencies such as libraries, configurations

Kubernetes Architecture Explained in Brief Read More »

Kubernetes: Deployments in 5 minutes

Kubernetes Deployments, in plain words, are responsible for creating, updating and deleting instances (pods) of your application. It also provides a self-healing mechanism that helps you when your application crashes. Well, before that, if you don’t know already, Kubernetes is an open-source container orchestration platform that can run and manage enterprise-class web-scalable applications. Kubernetes Cluster Before you begin deployment,

Kubernetes: Deployments in 5 minutes Read More »

Kubernetes: The Game-Changing Container Orchestration Platform

Kubernetes (k8s – pronounced “Ku-ber-ne-tes”) is a container platform that orchestrates computing, networking, and storage infrastructure workloads. Because it doesn’t limit the types of apps you can deploy, Kubernetes extends how we scale the containerized applications so that we can enjoy all the benefits of truly immutable infrastructure. The general rule of thumb for k8s: if

Kubernetes: The Game-Changing Container Orchestration Platform Read More »