我使用AKS在Azure中有一个包含约50个微服务的应用程序。我想记录用户在所有POST / PUT / DELETE方法上进行的所有活动。我是否需要在所有操作中添加代码以具有此类审核历史记录?还是我们可以使用Azure服务?
我不了解安全或技术日志,但了解谁做了什么。
答案 0 :(得分:1)
You can consider Application Insights product available in Azure. It supports various types of apps and for some you do not need to do much if at all to get the data on latencies, failures and much more.
Are you running any mesh product on your cluster by chance? Say, Istio?