Is there guidance on how you can use/configure the mixer adaptor to support multiple Apigee environments (say Dev, Integration, Test). In effect, this is a segregation / tenancy question.
'apigee-istio provision ...' creates a handler for one apigee environment. How could multiple apigee environments work within the context of a single istio control plane/mixer; run multi adaptors containers in -n istio-system?
Clearly istio doesn't currently have a model for soft multi tenancy, i.e. the idea of isolating different control planes in different namespaces isn't available, which means it's not clear how you'd setup multiple staging environments in a k8 cluster.
Is there guidance on how you can use/configure the mixer adaptor to support multiple Apigee environments (say Dev, Integration, Test). In effect, this is a segregation / tenancy question.
'apigee-istio provision ...' creates a handler for one apigee environment. How could multiple apigee environments work within the context of a single istio control plane/mixer; run multi adaptors containers in -n istio-system?
Clearly istio doesn't currently have a model for soft multi tenancy, i.e. the idea of isolating different control planes in different namespaces isn't available, which means it's not clear how you'd setup multiple staging environments in a k8 cluster.
Any thoughts appreciated.