AWS, Technology

[Infographic] 8 Key Benefits of Using Container Technology

Developers are overwhelmed with the speed and ease in configuring development/test environments based on Docker technology and hence its adoption rate is rising. Docker's have now become a preferred environment for development and testing and is transforming the software packing and deployment. Container technologies like Docker or...

by Shweta Sharma
Tag: aws docker
13-Dec-2016

AWS, DevOps

Why CIOs Should Adopt Containers Technology?

Container service is not new, it was built around ten years ago in Linux environment also known as Linux container (LXC). But today, docker is most popular and has become synonymous to containers. So before talking about some container technologies like Docker, Kubernetes, we have to understand what container service is, and what is...

by Mayur Rastogi
Tag: aws docker
30-Nov-2016

AWS, DevOps

Docker Swarm Multi-Manager Setup

Docker Swarm has gained a lot of popularity in the last few months. It is Docker's orchestration tool. Docker has been coming up with a lot of updates and Docker Swarm is very stable as compared to when it was launched. It is as Docker says "Production Ready." You can go through the blog written by my colleague on how to setup Docker...

by Ranvijay Jamwal
Tag: aws docker
13-Oct-2016

DevOps, Technology

Getting started with Kubernetes

Kubernetes is an open source orchestration tool for application containers developed by Google. It packages all of the necessary tools - orchestration, service discovery and load balancing in one place. Kubernetes is portable which means it can be deployed on public, private, hybrid along with multiple cloud platform providers. It is...

by Rakesh Mahajan
Tag: aws docker
30-Aug-2016

AWS, DevOps

Attach IAM Role to an AWS Elastic Container Service Task

If you are hosting some micro websites on the AWS ECS, where every task is a separate application, and each task has running multiple containers on a Cluster. If we have a scenario where we want each of our application should upload its data to a separate AWS S3 bucket, we create a single role giving access to all S3 buckets and attach...

by Tejprakash Sharma
Tag: aws docker
30-Jul-2016

AWS

DOCKER (Scenario: Installing and using Apache web server in docker container)

Introduction Docker is an open source platform which can be used to run/test applications in an isolated environment on the host system. Docker could be defined as an implementation of container using the concept of images. Unlike VM which is a complete OS intalled on host system managed by hypervisors and needs dedicated resources...

by Navjot Singh
Tag: aws docker
02-Mar-2015