0

I'm creating a couple of Kubernetes clusters using Azure AKS. I'll create a cluster for each environment. Dev, test and prod.

In the process I'm creating two ad apps. One for the server and one for the client.

Should I create a pair for each environment? Reuse both for all or just a client for each environment?

user672009
  • 4,379
  • 8
  • 44
  • 77

1 Answers1

1

It doesnt make any difference strictly from perspective of AKS, but from ops\security perspective its better to create separate applications for each cluster.

4c74356b41
  • 69,186
  • 6
  • 100
  • 141