Azure / AKS

Azure Kubernetes Service
1.92k stars 284 forks source link

Service Connector integrated on AKS cluster #4197

Open CocoWang-wql opened 1 month ago

CocoWang-wql commented 1 month ago

Service Connector configures the network settings and connection information (for example, generating environment variables) between Azure Kubernetes Service and target backing services like Azure Key Vault. Developers use their preferred SDK or library that consumes the connection information to do data plane operations against the target backing service.

Here is an example for workload identity image

CocoWang-wql commented 1 month ago

It's public preview now and supports Managed identity, Service principal, connection string, workload identity. Portal guidance CLI guidance