Accessing the Kubernetes API from SQL Server 2025
SQL Server 2025 rolls outspinvokeexternalrestendpoint, a new way to hit REST APIs straight from T-SQL. That includes calling the Kubernetes API—thanks to a reverse proxy in front. The setup’s not exactly plug-and-play. You’ll need custom TLS certs, an nginx reverse proxy, and Kubernetes RBAC to kee..