nadeeshanj.dev DevOps 0 ms
← Back to inventory

MediPulse - Healthcare Monitoring Platform

A multi-service healthcare platform run on a Kubernetes cluster, with infrastructure as code and GitOps rollouts.

DevOps / Infrastructure 2026 Complete - Team project

  • Kubernetes
  • Terraform
  • Ansible
  • Argo CD
  • AWS
  • CI/CD

Overview

MediPulse is a healthcare monitoring platform built as a team project, where my work was the infrastructure and delivery side rather than the application features.

It runs as a multi-service application on an AWS EC2-based K3s Kubernetes cluster, provisioned through infrastructure as code and deployed by a GitOps pipeline.

Enchantments 4

Field notes

GitOps over manual deploys

Argo CD reconciles the cluster against what is committed, so a rollout is a merge rather than a sequence of kubectl commands run by hand. Combined with Terraform and Ansible for the layer underneath, the whole environment is reproducible from source rather than from memory.

Recipe 7 ingredients

OrchestrationKubernetes (K3s)OrchestrationArgo CDInfrastructureTerraformInfrastructureAnsibleInfrastructureAWS EC2CI/CDGitHub ActionsCI/CDDocker
MediPulse
15