- 重要な情報
- はじめに
- 用語集
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Set up the kubernetes integration.
Detect when a service’s port is attached to the node’s IP.
This rule monitors when a create (@http.method:create
) action occurs for a service (@objectRef.resource:services
) attaching the service’s port to the node’s IP @requestObject.spec.type:NodePort
.
Exposing the service’s port to the the node’s IP allows other hosts on the network namespace to access this service.
Determine if the service needs to expose it’s network connection with NodePort
access.