NGO partners NVIT

New Vision Institute of Technology (NVIT) Otukpo is proud to announce the CHIEF GODWIN OBLA FOUNDATION’s 10 million Naira Yearly endowment scholarships.
Deploying a high-availability web app using CloudFormation

Have you been looking for a simple way to implement high availability for your web application? Amazon Web Services provides the entire foundation for achieving true high availability, but implementing the features properly requires specific knowledge of how to bring each service together. In this article, I’ll explain the concept of high availability and how […]
How To Provision a Persistent EBS-backed Storage on Amazon EKS with Helm

Deploying stateful applications on Kubernetes can pose a lot of complexities. In this demo, we will deploy a Postgres database to AWS Elastic Kubernetes Service(EKS) and configure its persistence on Amazon Elastic Block Store(EBS). We will be using Helm, a package manager, to make this process more efficient. Pre-requisites First, ensure that the following utilities […]
How to Deploy WordPress to Amazon EKS using Helm

In this article, you will learn how to deploy a production ready WordPress site to Amazon Elastic Kubernetes Service(EKS) with just a few easy steps. This is made possible using a package manager known as helm. What is Helm? Helm is a Kubernetes deployment tool for automating creation, packaging, configuration, and deployment of applications and […]