Agile, Cloud

Why Companies are Considering Container Technologies?

DevOps automation has become an integral part of large-scale digital transformation projects. Companies have realized that automating their delivery pipelines will not only shorten the release cycle but also help in bringing products faster to market. DevOps has broken the traditional silos between the Dev and Ops team and...

by Nidhi Choudhary
Tag: Container
30-Oct-2017

DevOps, Technology

[Infographic] 4 Best Practices for Container Orchestration

Digitally evolving companies practicing DevOps are constantly eager to leverage containers in optimizing their IT infrastructure via container orchestration. New York-based 451 Research estimates that the application container market will grow from $762m in 2016 to $2.7bn by 2020 according to their Cloud-Enabling Technologies Market...

by Apoorva Chawla
Tag: Container
06-Oct-2017

AWS, DevOps

Fully Automated CI/CD Pipeline: Your business needs it right away!

The blog emphasizes the need for a fully automated CI/CD pipeline. The upliftment of virtualization of the infrastructure has made it a lot easier to come up with automated solutions, especially in the DevOps sphere. We will talk about the challenges and finally approach towards building one such solution, leveraging a range of tools.  ...

by Aakash Agarwal
Tag: Container
23-Jun-2017

Cloud, DevOps

Introduction to Azure Container Service

Azure Container Service (ACS) provided by Azure helps to simplify the management of Docker clusters for running containerized applications. ACS supports 3 Orchestrators: DC/OS with Marathon, Docker Swarm, and Kubernetes. We are using Docker Swarm in this article for the demonstration and assuming that readers of this blog are familiar...

by Raghu Sharma
Tag: Container
05-Apr-2017

AWS, DevOps

Weave Scope – Monitoring, visualisation & management for Docker

Introduction of  Weave Scope Weave Scope is a monitoring tool and visualization for Kubernetes and Docker . It provides a deep level view of your app as well as of your full infrastructure, which allows you to find and diagnose any error in your distributed containerized app, in real-time. Weave Scope is use in standalone mode or...

by Shivam Agrawal
Tag: Container
29-Sep-2016

AWS, DevOps

Docker monitoring using Sysdig Cloud

Sysdig has been one of the most advanced cloud-based tools for monitoring your infrastructure. So, talking about Docker monitoring, Sysdig gives us a lot of insights about our containers, few of which we will be talking about in this blog. Docker is the most widely used and trending tool when it comes to DevOps. USE-CASE In this...

by Ranvijay Jamwal
Tag: Container
19-Nov-2015

AWS, DevOps

Inter-container communication in Docker without links

As we know that Docker has released a newer version of their Docker Engine i.e. version 1.9. One major change is in the way we handle Docker networking and that is what we will be talking about in this blog. You can install the latest version of Docker from this link. It is supported in the newer version of Linux, for Ubuntu, Docker 1.9...

by Ranvijay Jamwal
Tag: Container
17-Nov-2015

AWS, DevOps

Automated Docker Deployment using Jenkins

Building a Docker image from a Dockerfile, creating a latest tag and pushing it on DockerHub are equivalent to executing three different commands manually. This could be automated by creating a bash script. Well, that was not a big deal until I had a requirement where I needed to perform above actions and additional task of immediately...

by Navjot Singh
Tag: Container
25-Oct-2015

AWS, DevOps

Monitoring Docker container status using AWS CloudWatch

There are no such tools till now to monitor whether your Docker container is running or not. Now, I had a Docker container running in production and I could not afford not knowing whenever it went down or rather stopped. So, I decided to do something about it. The blog is about the same. What we will be doing is checking whether the...

by Ranvijay Jamwal
Tag: Container
29-Sep-2015