DEV Community

Discussion on: Fully automated creation of an AAD-integrated Kubernetes cluster with Terraform

Collapse
 
senseiwu profile image
Zenifer Cheruveettil • Edited

now AD integration is available as a preview feature..I am a bit unsure in this case whether terraform is the best way. A few az commands looks much more readable than a full page HCL code, granted I will lose the declarative way of spinning the cluster. Any thoughts?

Collapse
 
cdennig profile image
Christian Dennig • Edited

My bet: they will soon have it also in Terraform. That will make the whole thing much cleaner.

Collapse
 
c4m4 profile image
c4m4

You can already use: role_based_access_control {
enabled = "true"
azure_active_directory {
managed = true
}
}