1

Does anyone know if you can use Docker Trusted Registry (DTR) with Azure Kubernetes Service (AKS)? Or is one required to use Azure Container Registry (ACR)?

Thank you! Michael

208_man
  • 1,440
  • 3
  • 28
  • 59

1 Answers1

1

It has always been possible to use registries beyond ACR with an AKS cluster if access and credentials are provided. You can read more details from here

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396