Private network IP range, how the addresses are assigned
Hi,
I have a database server and several app servers. The connection between database and app is over local network only. The number of app servers will be dynamic i.e. I will spin up and destroy servers based on demand. All droplets will run in the same datacenter.
I would like to create a mySQL user that has access only from certain pool if IP addresses.
But when I tried to find how local ip is assigned I did not find any guidance.
I would not like to define mysql user as broad as 'user'@'10.%.%.%'
Matej