Creating Mirage collections
This recipe will discuss the steps that are required to create collections in Mirage.
Getting ready
To add an endpoint to a collection in Mirage, it must have been centralized using the process described in the previous recipe. Two types of collections can be created:
- Static: These endpoints are manually added or removed
- Dynamic: These endpoints are automatically added or removed based on the identifying parameters provided
This recipe will show you how collections are created using both console types, with one example provided for each.
Note
The Mirage Web Manager console is not explicitly required to be installed in a Mirage environment but is nice to have as it enables us to manage our Mirage environment using a web browser, instead of forcing us to use computers that have the Mirage console installed.
How to do it…
In this section, we will perform the steps required to create and populate a collection in Mirage. Separate sections are provided for the Mirage...