DevOps

K8s Cluster Setup using Kubeadm with Bare-minimum Configurations

Introduction Kubernetes is a powerful tool for managing containerized applications. It helps us to automate the deployment, scaling, and management of our applications in containers, which are like lightweight, standalone packages for software. In the market, multiple tools are available to set up Kubernetes clusters locally (on our...

by ketan.joshi
Tag: docker
14-Mar-2024

DevOps

Running Docker Inside Docker Container using Custom Docker Image

Introduction and Scenario There are various use cases for running Docker inside a host Docker container, which we will mention later on, but one of the use cases that often comes in handy is when we run a Docker container as a Jenkins agent. Suppose we want to build and push our application image to any Docker registry, say ECR, and...

by ketan.joshi
Tag: docker
14-Mar-2024

Big Data, Data & Analytics

Enhancing Workflows with Apache Airflow and Docker

In today's world, handling complex tasks and automating them is crucial. Apache Airflow is a powerful tool that helps with this. It's like a conductor for tasks, making everything work smoothly. When we use Airflow with Docker, it becomes even better because it's flexible and can be easily moved around. In this blog, we'll explain what...

by bishal.singh
Tag: docker
17-Oct-2023

DevOps

Leveraging AWS Graviton for Containerized Workloads: Docker and Kubernetes

Introduction In the fast-paced world of cloud computing, businesses are constantly searching for ways to optimize their workloads and enhance performance. One such solution is leveraging AWS Graviton for containerized workloads with Docker and Kubernetes. This powerful combination opens up new possibilities and can significantly enhance...

by ankit1
Tag: docker
05-Aug-2023

Drupal, iOS

Docker Installation For Linux And MAC

FOR LINUX: You can install Docker Engine in different ways. Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Below are the steps to install docker on your machine. sudo apt-get update ...

by divyanshi.agarwal
Tag: docker
01-May-2023

AWS, DevOps

Fooling around with Docker CLI commands with PostgreSQL image

Currently, I am developing a side project wherein I wanted to use Postgres as my project database using its docker image. This blog is my brain dump of the docker basics I have learned so far, and I have attempted to break down the CLI commands I used or came across during the course of development for my own better understanding. ...

by shivang.chaturvedi
Tag: docker
14-Jan-2023

Agile, DevOps

Continuous Delivery – How to Make Your Pipeline Robust and Efficient?

Frequent and shorter releases, faster feedback, less risky deployments and resilient systems - do they sound familiar? Well, modern technology companies are focusing and emphasizing on Continuous Integration, Continuous Delivery and Continuous Deployment to improve time to market and get an edge over the competitors. Continuous...

by Nidhi Choudhary
Tag: docker
04-Dec-2017

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: docker
30-Oct-2017

Agile, AWS

6 Barriers to DevOps and How to Avoid Them

More and more product companies are now installing business agility by moving to Cloud and bidding goodbye to the traditional legacy systems. In this constant chase to remain Agile and launch products faster to market, companies are also leveraging DevOps. DevOps as a service not only helps to automate redundant tasks and the entire...

by Shruti Kirti
Tag: docker
29-Jun-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: docker
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: docker
05-Apr-2017

DevOps, Technology

How to Setup Consul Multinode Cluster with Docker?

Consul is a service discovery and a configuration system tool used to discover the services running on multiple nodes. It is both distributed and highly available. It provides a powerful interface to get a better picture of infrastructure and services running on them. Consul gives us a variety of features that help to determine our...

by Shivam Agrawal
Tag: docker
06-Mar-2017