I stumbled upon the article "8 best practices for microservices security" on techbeacon. The article is sharing the following 8 best pratices to secure the microservices.
- Use OAuth for user identity and access control
- Use 'defence in depth' to prioritize key services
- Don’t write your own crypto code
- Use automatic security updates
- Use a distributed firewall with centralized control
- Get your containers out of the public network
- Use security scanners for your containers
- Monitor everything with a tool
Read more...