DevOps in NFV: Assuring Health of Service Chains and 5G Network Slices

This post is about how DevOps methodology is implemented in 5G network slices and service chains for active service assurance and monitoring by vendors like Intel, Netrounds, Rift.io, Arctos labs with the help of ETSI’s Open Source MANO (OSM).

What DevOps Mean to QA/Test?

DevOps – as it stands for “Development” + “Operations” is a buzzword these days and everyone is trying to get some insight into it. As exciting as it may sound, many in the test department have a common question – “Where do they stand in the whole premise of DevOps?”.

Virtual Machines or Containers. Which is Better in NFV Infrastructure?

There are a significant amount of advantages of using container-based VNFs rather than hypervisor driven. But if we look at the current stage of NFV progress in NFV technology innovation was not much faster which were anticipated in 2012 due to lack of common guidelines model. But now, 5G networks are started to deploy and tested in

Cloud Management

The new market era is out  and yes most of the IT service provider organizations are in Cloud business. There are different platforms available to host the cloud environment for these providers but the question is What is this? What am I suppose to know to implement this? To understand more, one can think about virtualization where

Moving to Next Stage of Development – CI/CD

Continuous Integration and Continuous Development is the approach now days where most of  the development organization have started adopting. In my view, since I have exposure on working on big solution releases, I feel this one is also kind of big solution approach which involves good amount of technical knowledge

Kubernetes Cluster Networking

To communicate between pods residing on different member nodes, it is necessary that the master node and member node should be able to communicate among each other. Even though all the nodes are able to ping each other, the communication between master and members can be stuck. This happens because kubernetes

EPaaS

EPaaS provides solutioning in the areas of Project Execution using various methodologies like Water-fall, Agile-Scrum etc. EPaaS provides project tracking and monitoring through various tools like Microsoft Project Plan, Agile scrum board, Sprint burn downs, and Product backlogs. EPaaS can have a team of certified project manager

[Infographic] Docker Security: What You Need To Know?

While Docker is highly instrumental in facilitating developers, operators, enterprises and users to function smoothly, it is vital to ensure that their containers are firmly secured. To understand this notion in a better manner it is important to get acquainted with the overall scenario of Docker Security.

Kubernetes: All You Need to Know!!!

Kubernetes is growing, kubernetes is gaining momentum and is de-facto orchestrator in cluster environment. There is lot of traction around using kubernetes for management in premise clusters as well as public clouds. This blog talks about the new jargons in kubernetes. There are 3 basic services exposed by kubernetes for accessing pods viz:

Kubernetes and the Containers – A Look Under the Hood

​Kubernetes is a container orchestration engine that was originally designed by Google. (Google has been using it for 10 years) and is now maintained by Cloud Native Computing Foundation (CNCF). It has been used to run Google’s massive systems. Kubernetes is also described as a vendor-agnostic cluster and container ..