We have an existing setup, with a webserver running on AKS. We are plan to add a range of smaller services on ACA communicating using Dapr. However, many of these smaller services will be invoked by the webserver, either by direct or pub/sub.
Looking at ACA environment docs, it mentions this:
Reasons to deploy container apps to different environments include situations when you want to ensure: Two Dapr applications can't communicate via the Dapr service invocation API
- Is it possible for two apps, where one is an ACA inside an environment, and the other is a container on AKS, to communicate through Dapr? The webserver is part of a virtual network today, and it sounds like there might be a wait to integrate the environment virtual network with an existing.
- Is it possible to host the webserver on AKS, and have that container be part of the environment at the same time?