OpenStack Summit, May 2017, Boston – An Experience

I got the opportunity to attend the OpenStack summit in Boston. The summit was full of events mostly focused on OpenStack cloud, but many other things including NFV, Kubernetes, Containers, DevOps and approaches to pursuing multi-cloud approach. Many companies showcasing their products, platforms, software solutions were the highlights of the

Kubernetes Networking Internals

Kubernetes works on the principle of assigning IP addresses to pods, called as “IP-per-pod” model. The IPAM (IP address management) task is left to third party solutions. Some of these solutions include Docker networking, Flannel, IPvlan, contive, OpenVswitch, GCE and others. The Kubernetes architecture consists of master node, replication controller..

Docker Container – A Silver Bullet for IT Industry

You might have heard word ‘Docker’ much frequently. All the noise is happening IT industries because most of the companies are adopting Docker technology at a noteworthy rate. So what actually Docker is? In a simple sentence, “Docker is an open source, container technology“. Using this technology you can easily create, deploy and run your Linux application

Securing Docker Containers

Docker is a great technology which simplifies the development and deployment of distributed applications. While building dockerized applications, security at various points needs to be considered. Due to lack of CPU/Hypervisor, Docker security is fully implemented in Software. Let us look at all prominent security aspects of kernel and container applications

Container World 2017

Container world will be held on February 21-23, 2017 in Santa Clara Convention, California. It is the only event which drives the business & technical dexterity in the industry. Container world provides an agnostic platform for start-up as well as established industries to excel more in the container technology. It provides a perfect ecosystem to budding professionals

An Introduction to Docker Technology

Containers are tools that run multiple applications on a single host. Docker is one such open source tool which runs on Linux. Docker technology is very similar to Virtualization, except the fact that containers are more efficient and cost effective while virtualizing the operating system because they run multiple workloads on a single host. Docker

Insight on Cloud Expo Event – 2016

Cloud Expo 2016 will be held on 1 to 3rd November at Santa Clara Convention Center. With majority of companies turning towards cloud computing, cloud expo has become one of the major event of cloud industry. Could expo is one and only event which provide an opportunity for cloud technology enthusiastic to meet the

Docker Swarm & Flocker Driver Integration

Docker Swarm and Flocker are evolving technologies & I was trying to integrate them but there was some lack of documentation efforts & really its challenge to…

How OpenStack is Valuable for Containerized Ecosystem

Container is an evolving technology. The entire industry is talking and discussing about it. Especially Developer and Ops communities have shown great interest in container technology. According to a recent survey, majority respondents are interested in containers in conjunction with their

Container Clustering & Management: Docker Swarm, Kubernetes & Apache Mesos and Marathon

Docker Swarm: Swarm is the native Docker clustering solution, Swarm extends the existing Docker API to make a cluster of machines look like a single Docker API. Key Components: Managers: Distribute tasks across the cluster, with one manager orchestrating the worker nodes that make up the swarm.