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..