What would be the best architecture to configure a IDS for micro services, two things came into my mind instantly as following.
- Configure IDS at the entry point of all the micro services
- Configure separate IDSs for each of the micro services
What are the pros or cons in following above methods, or are there anyother things to consider?