D. AguirrePlatform blueprint

Talks.

Conference and meetup talks on platform engineering, Kubernetes, and DevSecOps — with the slides.

Where2 countries
ARPE ×2

FIG. 02 — TALKS BY COUNTRY

UpcomingDeliveredVirtualHover a country or a talk
Talks3
UpcomingKCD Argentina 2026ArgentinaIn person

Your agent can call anywhere: egress containment with Cilium

An agent decides at runtime which API it is going to call. That is its usefulness and also its problem: from the network's point of view it is a workload whose destination cannot be predicted at deploy time — and the same goes for any workload that resolves its egress dynamically. Native NetworkPolicy reasons about IP addresses, and that model cannot express "this pod talks to these two APIs and nothing else": the IP behind a name changes, and the policy stops meaning anything. Cilium solves it by reasoning about identities and domain names. In this talk I build an egress perimeter for a workload like that, we watch it work in Hubble, and we look at what this approach might not solve.

CiliumKuberneteseBPFNetwork policyHubble
DeliveredKCD Lima 2026Lima, PEIn person

Building Golden Paths for your team with Backstage

How long does it take a developer to deploy a service on Kubernetes? For many teams the answer is: too long. Copy-pasted Helm charts, inconsistent pipelines, and stale documentation slow product teams down before they write their first line of business logic. This talk shows how Backstage turns that chaos into a golden path: the developer fills in a form and minutes later has a repository, Helm charts, a CI/CD pipeline, and a service registered in the catalog — without touching kubectl or hand-writing YAML, and aligned with Security, Operations, and Development. We cover the full architecture (Software Templates, a skeleton with Kubernetes manifests — Deployment, Service, HPA — and integration with other tooling) plus which metrics actually measure the impact on onboarding and configuration errors.

BackstagePlatform EngineeringKubernetesHelmGolden Paths
DeliveredGitHub Community Day Lima 2026Lima, PEIn person

Your Pull Request as a firewall

When you are building your first side projects or starting your first developer job, you usually focus on making the code work. In a professional setting it also has to be reviewable, secure, automated, and easy for other people to maintain. This talk shows how a Pull Request can become your application's first line of defence, and how GitHub helps bring DevSecOps practices in early: automated checks, code review, branch protection, safe secret handling, dependency control, and security analysis before the merge.

GitHubDevSecOpsPull RequestsBranch protectionSecrets