My Tech & Gear Stack

The Tools I Use to Build Scale Ready Platforms.

A list of tools, platforms, and hardware I rely on to build and run stable container environments and AI infrastructure.
Group 01

Infrastructure & Orchestration

Kubernetes

The standard framework for container orchestration. It allows me to build stable, predictable platforms across private hardware and public cloud providers alike.

Terraform

Declarative infrastructure provisioning. I use it to manage foundational cloud resources, networking tables, and base machines before the Kubernetes control plane takes over.

Cluster API (CAPI)

Kubernetes provisioning using Kubernetes itself. By writing Go configurations, I manage the lifecycle of physical and virtual clusters using declarative GitOps workflows.
Group 02

GitOps, Observability & Storage

FluxCD

GitOps delivery engine for Kubernetes. It synchronizes cluster state directly with git sources, reconciling changes automatically without human intervention or insecure access credentials.

Prometheus & Grafana

Telemetry collection and system visibility dashboards. These tools provide real time insights into container resource patterns, request metrics, and hardware health.

Rook / Ceph

Software defined storage orchestrator. It manages distributed block devices, shared file systems, and object storage dynamically, eliminating proprietary vendor storage lock.
Group 03

Development & Productivity

Go & Python

My primary languages for backend and agent development. I use Go for high performance operators and low level systems work, and Python for machine learning workflows and scripting.

Amazon Bedrock AgentCore

The core orchestration framework for deploying secure, production ready AI agents that connect proprietary foundation models to actual enterprise backend APIs.

AI Agent Frameworks

Dynamic execution libraries used to design multi agent pipelines, tool use routines, and autonomous planning workflows that operate within secure container boundaries.