- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Set up the kubernetes integration.
Detect when a privileged pod is created. Privileged pods remove container isolation which allows privileged actions on the host.
This rule monitors when a pod (@objectRef.resource:pods
) is created (@http.method:create
) and the privileged security context (@requestObject.spec.containers.securityContext.privileged
) is true
.
Determine if the pod should be privileged.