DevOps Engineer
Provisioned AWS infrastructure with Terraform (VPC, subnets, security groups, and compute) using remote state in S3 with DynamoDB locking, and configured a multi-node k3s cluster with Ansible roles for node hardening and server and agent setup. Modeled the workload with Kustomize bases and overlays, exposed it through ingress-nginx with cert-manager and Let's Encrypt TLS, and ran continuous delivery with an ArgoCD app-of-apps GitOps setup. Reverse-engineered the application contract (env vars, ports, image tags, and health checks) from source to write correct manifests, with metrics-server, network policies, and a database migration job.
The infrastructure is provisioned with Terraform (VPC, subnets, security groups, and compute) using remote state in S3 with DynamoDB locking, and configured with Ansible roles for node hardening and k3s server and agent setup. The workload is modeled with Kustomize bases and overlays.
Traffic flows through ingress-nginx with cert-manager and Let's Encrypt for HTTPS, delivery runs through an ArgoCD app-of-apps GitOps setup, and the cluster ships with metrics-server, autoscaling, network policies, and a database migration job for safe, zero-downtime rollouts.