Create Cache Cluster
Now comes the step of creating the cache cluster. NCache cache cluster is formed using the IP addresses made visible in the previous steps. The cache is created using NCache Web manager and in order to access it, go to the Service Fabric explorer and make sure that:
The cache discovery is up and running.
The cache discovery is listening on the port provided in the service discovery file (55100 in this case).
The IP addresses are same as given by the virtual network network to these Service Fabric nodes as part of the secondary IP.
After making sure of the above things, go to the clustered DNS followed by the port on which it is listening i.e. port 8251 in this case. It takes you to the NCache web manager. From here, cache creation is a very easy step-wise process explained thoroughly in the documentation.
Create Cache Cluster
- From the NCache Web Manager, click on the New button and select Add New Cache.
- Enter the name of the cache and keep all the other settings default or modify them according to requirement.
- Add the server IP addresses retrieved from the cache discovery file as shown above.
- The cache will be created successfully.
See Also
Create Service Fabric Cluster
Create NCache Cluster service
Create Client Application Service
Monitor Cache Cluster and Clients