Managed Cluster Pod Identity Profile Args
data class ManagedClusterPodIdentityProfileArgs(val allowNetworkPluginKubenet: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val userAssignedIdentities: Output<List<ManagedClusterPodIdentityArgs>>? = null, val userAssignedIdentityExceptions: Output<List<ManagedClusterPodIdentityExceptionArgs>>? = null) : ConvertibleToJava<ManagedClusterPodIdentityProfileArgs>
See use AAD pod identity for more details on pod identity integration.
Constructors
Link copied to clipboard
fun ManagedClusterPodIdentityProfileArgs(allowNetworkPluginKubenet: Output<Boolean>? = null, enabled: Output<Boolean>? = null, userAssignedIdentities: Output<List<ManagedClusterPodIdentityArgs>>? = null, userAssignedIdentityExceptions: Output<List<ManagedClusterPodIdentityExceptionArgs>>? = null)
Functions
Properties
Link copied to clipboard
Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See using Kubenet network plugin with AAD Pod Identity for more information.