OUR NEWSBlog

Build static website with Headless CMS, AWS S3, CloudFront and CICD pipeline

Build static website with Headless CMS, AWS S3, CloudFront and CICD pipeline
Static Headless CMS AWS S3 CloudFront Gatsby

In this blog, I will discuss how to build AWS Headless CMS static site using AWS S3 and AWS CloudFront. I will also cover how to automate the end-to-end deployments using a continuous integration and deployment (CICD) pipeline. i highly recommend  Gatsby (or any other headless CMS) for building static sites along with cloud technologies...

Setup SFTP on AWS with Username and Password in 15 minutes

Setup SFTP on AWS with Username and Password in 15 minutes
aws-sftp-username-password

In this blog, we will show you how to setup SFTP on AWS with Username and Password. Earlier this year, AWS added support for enabling password based authentication for AWS Transfer for SFTP using AWS Secrets Manager. AWS Transfer for SFTP is a fully managed service by AWS and helps you migrate your file transfer workflows...

Install WordPress on EKS – AWS Kubernetes Service

Install WordPress on EKS  – AWS Kubernetes Service
install wordpress on eks

Install WordPress on EKS Are you looking to install WordPress on EKS ? Lot of our clients are migrating their sites off from dedicated/VPC/shared hosting services to Cloud (AWS, Azure, and GCP). There are a lot of advantages of moving your site to the cloud-like you can obtain free SSL certificates from Amazon Certificate Manager...

Ingress configuration for supporting multiple ACM issued certificates in Amazon EKS – Part 2

Ingress configuration for supporting multiple ACM issued certificates in Amazon EKS – Part 2
Ingress Amazon EKS

In Part 1, we covered the ingress resource configuration for hosting multiple sites on a single Amazon EKS cluster. In this blog, we will extend that discussion to support Amazon Certificate Manager (ACM) issued certificates for those domains. This will ensure that all sites can be accessed over ‘https’. We will also look into a...

Ingress resource for hosting multiple sites on single Amazon EKS cluster – Part 1

Ingress resource for hosting multiple sites on single Amazon EKS cluster – Part 1
ingress amazon eks cluster

We recently helped a client migrate ten of his wordpress sites from shared hosting to Ingress Amazon EKS cluster. One of the requirement was to setup a single EKS cluster with one database for all sites. During migration, we hit a couple of issues around Ingress resources and configuring it to use SSL certificates from...

Logging with Kubernetes

Logging with Kubernetes

Introduction In previous blogs, we have explored the creating Kubernetes cluster, deploying an application with Kubernetes cluster and monitoring Kubernetes cluster. This blog gives the overview about the logging with Kubernetes. The logging methods used with Kubernetes. Logging Kubernetes Cluster Application and system level logs are useful to understand the problem with the system. It...

Monitoring with Kubernetes

Monitoring with Kubernetes
Ingress Amazon EKS

Introduction: In previous blogs, we have explored the Azure Container Service and Kubernetes. In this blog, we will explore the monitoring with Kubernetes.    Prerequisite:  Running Kubernetes Cluster Kubectl utility For reliable applications, it is required to have in place monitoring of the Kubernetes Cluster. It helps to determine availability, scalability, and reliability of the...

Deploying Application on Azure Kubernetes Service

Deploying Application on Azure Kubernetes Service

Launching the simple application with Azure Kubernetes Service In previous few blogs, we have explained about the Kubernetes and container orchestration. Microsoft Azure provides the hosted Kubernetes service. To create the basic Kubernetes Cluster on Azure please visit our previous blog. In this blog, I will launch a simple application on Azure Container Service. Pre-requisite...