Database Administration

Integrating InnoDB Cluster with Kubernetes and Containers

Introduction In today's rapidly evolving technological landscape, database management has become more complex yet essential for ensuring high availability, scalability, and resilience. One of the most effective ways to manage MySQL databases in a cloud-native environment is by integrating InnoDB Cluster with Kubernetes and containers. ...

by Kanishk Mandliya
Tag: kubernetes
22-Mar-2025

DevOps

Optimizing Kubernetes Security with EKS Pod Identity: A Business Imperative

Introduction For over a decade, we've relied on AWS Managed Kubernetes (EKS) clusters to deploy our microservices workloads. As businesses increasingly depend on cloud-native applications, security, and compliance have become critical components for ensuring business continuity and growth. These applications, deployed across clusters,...

by Garvit Mishra
Tag: kubernetes
26-Sep-2024

MSP

Kubernetes vs OpenShift: The Future of Container Orchestration

Introduction In today’s fast-paced DevOps world, technologies like Kubernetes, OpenShift, and CI/CD are reshaping how applications are deployed and managed. Many enterprises are transitioning to Red Hat OpenShift for faster and more secure application deployments. This article explores the evolution of cloud deployment...

by Deepak Parihari
Tag: kubernetes
17-Sep-2024

DevOps

Enhancing Business Agility: A Cloud Migration Success Story for a Multimedia Platform

In today’s business world, agility, scalability, and performance are more important than ever. Many organizations face the challenge of managing rapid growth while ensuring high uptime and operational flexibility. Initially deployed on-premises using Docker Swarm, this infrastructure required a more scalable solution to meet the...

by Keshav Kashyap
Tag: kubernetes
15-Sep-2024

Agile, Android

Elevating Testing Efficiency with Kubernetes: A Tester’s Guide

In the era of agile methodologies and DevOps practices, the traditional boundaries between roles are blurring, necessitating a collaborative approach across cross-functional teams. For testers, this entails gaining proficiency in tools beyond their traditional domain, including Kubernetes—a pivotal platform for container...

by Mahesh Sahebrao Wankhede
Tag: kubernetes
28-Mar-2024

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: kubernetes
14-Mar-2024

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 Ankit Kaushik
Tag: kubernetes
05-Aug-2023

Application Security, AWS

Creating Production Grade Microservices Architecture on AWS EKS

Introduction The main goal of this blog is to provide production-grade best practices for Microservices Infra in a way to implement the entire system easily on your own. You’ll see what an end-to-end solution looks like, including how to combine Kubernetes, AWS VPCs, data stores, CI/CD, secrets management, and a whole lot more to...

by Sanyam Munjal
Tag: kubernetes
01-Aug-2023

AWS, DevOps

Keycloak High Availability Setup in Kubernetes

Introduction Keycloak is an authentication framework that gives application users federation and single sign-on (SSO) capabilities. In this blog we will discuss the key concepts that you should have in mind while deploying a Keycloak Cluster on top of Kubernetes. Keycloak Cluster Setup First of all we should know that for a Keycloak...

by Satyam Singh
Tag: kubernetes
06-Sep-2021

Agile, Cloud

Container Orchestration – Fundamentals and Best Practices

Introduction More and more companies globally are catching up with the DevOps trend. Companies are breaking down the siloed structure and automating delivery pipeline to reduce the release cycles and eliminate redundant tasks. While DevOps is gaining popularity, containers are not far in the race.  Container technology is bringing about...

by Apoorva Chawla
Tag: kubernetes
25-Sep-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: kubernetes
05-Apr-2017

AWS, DevOps

Docker Logging Methods that Fit your Deployment Strategy

With the huge success of micro-services and container technologies, most of the enterprises are migrating their architecture to the container-based solution which is more reliable and flexible as compared to monolithic architecture. Moving to containerized solution like Docker, logging each container and its insights is a new...

by Mayur Rastogi
Tag: kubernetes
24-Feb-2017