Kubernetes makes it easy to spin up containers at will. In addition, it is relatively easy to query Kubernetes itself (using kubectl) to find out
Month: February 2023
A customer recently asked me how to set up authorization so they could authorize a service principal calling their API using AzureAD groups. Here is
Kubernetes lets you mount secrets as a file inside your pod. By default, this file name will be the same as the secret. However, a