Blogs

Implementing CI/CD to a Kubernetes Deployment
Implementing CI/CD to a Kubernetes …

I was deploying my containers onto kubernetes through this article I wrote a while back. What happens if I want to change a bit of my code ? Would I …

 OOPS ! I left my EC2 Instance Running
OOPS ! I left my EC2 Instance Running

This is the biggest fear of any AWS user; leaving an EC2 instance on. The first stop is always to use AWS Budgets. It sends alerts when AWS Costs …

Deploy a 3 tier app using Kubernetes
Deploy a 3 tier app using Kubernetes

I have published two public docker images on DockerHub:

  • raphaelndonga/wazijobs-frontend
  • raphaelndonga/wazijobs-backend

…and a postgresql …