posts tagged #Security

~/posts/oauth2-proxy 21 min · 4283 words

// MCP servers like DBHub expose databases, filesystems, and code execution over HTTP with zero authentication. Learn how to deploy OAuth2-Proxy on Kubernetes to add SSO, group-based access control, and session management to any MCP server without changing a single line of code.

~/posts/k8s-multi-tenancy 21 min · 4444 words

// Learn how to build secure, scalable multi-tenant Kubernetes platforms using Capsule for namespace-based isolation and vCluster for virtual cluster deployment. Compare architectures, explore production use cases, and implement cost-effective multi-tenancy patterns with practical examples and complete demos.

~/posts/admission-controller-policies 6 min · 1073 words

// Kubernetes Admission Controllers are gatekeepers that enforce rules on API requests, with Kyverno providing flexible policy management through validation, mutation, and generation of resources.