https://github.com/Azure/aad-pod-identity
Set up AAD Pod Identity (instructions in repo above), and create an Azure Identity (MSI)
Make sure the label aadpodidbinding
matches your identity binding.
labels:
app: tester
aadpodidbinding: tester
Deploy a service to access the web page:
kubectl apply -f msi/srcid/tester.service.yaml
Deploy the tester app:
kubectl apply -f msi/srcid/tester.deploy.yaml
Make page for testing each of the following:
- Azure Resource Manager https://management.azure.com/
- Azure Key Vault https://vault.azure.net
- Azure Data Lake https://datalake.azure.net/
- Azure SQL https://database.windows.net/
- Azure Event Hubs https://eventhubs.azure.net
- Azure Service Bus https://servicebus.azure.net
- Azure Storage https://storage.azure.com/