Four exits.
Now fixing Kubernetes.
Serial founder building infrastructure for the next wave of high-scale operators. Currently shipping KubeGrade out of Southeast Asia.

Track Record // Deployment History
KubeGrade
Automating Kubernetes day-2 operations. Detects operational risks and ships GitOps-native pull requests to fix them.
TendoPay
Leading employee benefits provider in the Philippines. Built B2C growth and B2B sales from zero.
DotYeti
First-check investor in the subscription design platform.
Candy Banners
Digital production studio building high-volume online ads for global brands.
Stinson Design
Presentation design agency serving startups to global brands.
KubeGrade: the infrastructure standard.
KubeGrade closes the visibility gap in Kubernetes operations. Continuous audits produce a single grade per cluster — and GitOps-native pull requests when something needs to change.
- Automated cost allocation
- Security posture auditing
- Resource waste remediation
func TestClusterGovernance(t *testing.T) {
report := kubegrade.Audit("prod-east-01")
if report.Score < 85 {
// Automatic remediation triggered
+ scale.Down(report.UnusedResources)
- notify.Admin("manual_intervention_required")
}
}