Self-Healing Container Clusters
Automated pod auto-scaling, ingress load balancing, and health check restarts for containerized microservices.
We design, provision, and maintain containerized cloud infrastructure, Terraform IaC pipelines, and hardened self-hosted stacks built for production resilience.
Self-hosted Mailcow stack in production
Production infrastructure uptime
Blue-green atomic deployment pipeline
Terraform infrastructure as code
Automated pod auto-scaling, ingress load balancing, and health check restarts for containerized microservices.
Managing cloud VPC subnets, firewall security groups, and storage volumes strictly as version-controlled Terraform code.
Hardening mail servers with Postfix, Dovecot, Rspamd spam filters, SOGo webmail, and Unbound DNSSEC resolvers.
If a server fails at 3 AM, automated Watchdog daemons and Kubernetes health checks should recover it before an engineer wakes up.
Auditing current server topology, open ports, and SSL configuration.
Defining cloud resources as version-controlled Terraform modules.
Configuring automated build pipelines and Docker image scanning.
Executing blue-green DNS cutover with continuous monitoring.
Declarative Infrastructure as Code deploying hardened Kubernetes cluster with automated TLS certificate renewal and private VPC subnets.
1resource "linode_lke_cluster" "prod_cluster" {2 label = "arivu-prod-k8s"3 k8s_version = "1.30"4 region = "ap-south" # Bengaluru / India Edge56 pool {7 type = "g6-standard-4"8 count = 39 autoscaler {10 min = 311 max = 1012 }13 }14}You own all Terraform files, Kubernetes manifests, and deployment scripts.
Infrastructure built on standard Linux, Docker containers, and portable IaC.
Protecting infrastructure topology and access credentials with mutual NDA.
Self-hosting Postfix, Dovecot, Rspamd, and SOGo since 2017 - proving our cloud infrastructure capability on our own primary servers.
Operating our internal email on Mailcow (Postfix, Dovecot, Rspamd, SOGo, Unbound DNSSEC) since 2017 demonstrates our hands-on infrastructure capability in running zero-downtime production mail and server environments.