DevOps

Implementation of AWS EKS Node Group Using Terraform

Implementation of AWS EKS Node Group Using Terraform Manages an EKS Node Group, which can provision and optionally update an Auto Scaling Group of Kubernetes worker nodes compatible with EKS. Amazon EKS managed node groups automate the provisioning and lifecycle management of nodes (Amazon EC2 instances) for Amazon EKS Kubernetes clusters. With Amazon EKS managed […]

CloudDevOpsTechnology

Steps to Update AWS EKS Cluster

Introduction Amazon Elastic Kubernetes Service (Amazon EKS) is a part of AWS services that anyone can use to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes which is also the basic benefit of using cloud services allows you to use the managed services by the […]

AgileCloudDevOps

8 Important features on Azure DevOps

There are many factors which are important when choosing the proper service provider which is needed for hosting developer work. Azure DevOps is a tool which allows teams to plan their work, and host their code sets along with the deployment of their applications. This tool brings together the developers, project managers & other team […]

AWSBig DataDevOps

Migration of Hbase Running on EMR

 Introduction Amazon Elastic Map Reduce is a managed platform. We can run big data frameworks like Apache Hadoop and Apache Spark on AWS to process and analyze large volumes of data.  We can process huge amounts of data for analytics purposes and business intelligence workloads with help of this framework. Amazon Elastic Map Reduce also […]

AWSCloudDevOps

Beginner’s Guide to ECS

Introduction Amazon ECS (Elastic Container Service) is a highly scalable & fully managed container orchestration service that allows us to easily run, manage and scale containerized applications on AWS. With ECS, it’s not required to manually install or operate any container orchestration software, or even to schedule containers on a set of computing machines. Also, […]

DevOpsDrupalSoftware development

How to setup SonarQube

What is SonarQube? SonarQube is the code inspection tool that analyses and covers the code and generates reports for the areas that need to be improved to keep the code as clean as possible. Some of the advantages of it’s usage includes: Catch tricky bugs to prevent undefined behaviour from impacting end-users Fix vulnerabilities that […]

AWSDevOps

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 cluster, all […]

Satyam Singh
Satyam Singh
Read

AWSDevOpsDrupal

How to use AWS Lambda in Drupal

AWS Lambda@Edge allows you to run applications and services without worrying about managing infrastructure. Your application still runs on servers, but all the server management is done by the Cloud provider. You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems. AWS globally distributes your web application […]

Jeet Lal
Jeet Lal
Read

AWSCloudDevOps

Migrating SAP HANA to Public Cloud Platforms – AWS, Azure, and GCP

What Is SAP HANA? SAP HANA is an in-memory system for managing relational databases. Because HANA is based on a columnar structure, and stores all data in memory, data can be retrieved with very high performance compared to traditional RDBMS systems. SAP HANA is commonly used for next generation applications, business intelligence, and analytics. HANA […]