Andrew Pruski hits a REST API:
The sp_invoke_external_rest_endpoint stored procedure that’s available in 2025 allows for SQL Server to hit external rest endpoints…which opens up quite a few interesting options.
I was thinking about this the other day and it occurred to me that Kubernetes has a REST API
But it’s not going to be trivial to hit, so click through for the steps.