How do I create a unique URL for each node in my container group?

Assigning a unique URL to each replica in a Container Group is not currently possible. However, you can achieve this by using a Container Gateway and multiple container groups.

Here's how:

  1. Determine the number of unique URLs you need.
  2. Create that many container groups, with one replica each. This is most easily done via the API.
  3. Enable the Container Gateway for each container group.

Once this is done, you will receive an Access Domain URL for each container group, which can be used as a unique URL for each distinct container group.

Still need help? Contact Us Contact Us