# Writing a Kubernetes Operator for Multi-Tenancy
4 min read
Automating namespace provisioning, RBAC, and Vault integration with Kubebuilder.
Welcome to my blog. I’m JP Fontenele, a software engineer writing about programming, technology, and software development.
Automating namespace provisioning, RBAC, and Vault integration with Kubebuilder.
Bridge the gap in your distributed traces by instrumenting Kafka producers and consumers with OpenTelemetry in Go.
Learn how to instrument your Go database calls with OpenTelemetry, visualize SQL queries in Jaeger, and spot performance bottlenecks like N+1 queries.