How to Backup & Protect AWS EKS using Velero from vmware-tanzu

Kubernetes backup refers to the process of creating a copy of the Kubernetes resources and data to protect against data loss and to ensure business continuity. Backing up Kubernetes resources, such as deployments, statefulsets, and services, is critical to ensure that your applications can be quickly restored in case of a catastrophic failure.

Published
Categorized as Tech Blog

How to Protect AWS EKS from Regional Disasters using Kasten10

In this article, we will discuss how you can protect EKS by Kasten10 from regional disasters. We will create two EKS clusters and regularly backup the objects configurations of primary EKS to S3 and make an EBS snapshot for persistent volume, so that secondary EKS can import and restore the backup.

Published
Categorized as Tech Blog

Mastering Automation: Powering AWS CodePipeline with GitHub Actions

In the dynamic world of software development, Continuous Integration/Continuous Deployment (CI/CD) strategies have emerged as the cornerstone of efficient and error-free coding practices. The unique blend of AWS CodePipeline and GitHub Actions stands out among various CI/CD tools available today. This piece will guide you in setting up a workflow to trigger AWS CodePipeline using GitHub Actions.

Published
Categorized as Tech Blog

Configuring AWS CodePipeline to Build and Deploy in Another Region

In this article, we will explore the process of configuring AWS CodePipeline to build and deploy applications in a different region. Specifically, we will demonstrate how to set up a CodePipeline in the Mumbai region to build, push, and deploy container images to the UAE region.

Published
Categorized as Tech Blog

Achieve your architecture excellence with Azure Well-Architected Framework

Azure Well-Architected Framework will help you design architecture in a cost-effective, using modern practice, and continuously improve a secure, reliable, and efficient application.

We’ll introduce you to the framework, along with the five pillars and principles that are essential to a great Azure architecture.

Published
Categorized as Tech Blog

Creating and Operating AWS CodePipeline for Blue/Green Deployments

The primary objective of this article is to explain how to create an AWS CodePipeline that uses blue/green deployment for container applications when a new Docker image is pushed to the ECR. This pipeline recognizes changes in your Docker image stored in ECR, and leverages AWS CodeDeploy to divert and deploy traffic to an ECS cluster and load balancer.

Published
Categorized as Tech Blog

Automating Email Attachment Analysis: How AWS Glue and Redshift Can Help Businesses Make Better Use of Valuable Data

As businesses grow, so does the amount of data generated. One source of data that is often overlooked is email attachments. Email attachments can contain valuable data that can be analyzed and used to improve business operations. In this article, we’ll demonstrate how to automatically upload email attachments to S3 and then load them into Redshift for further analysis.

Published
Categorized as Tech Blog