Table of Contents |
---|
Nokia
NetGuard Cybersecurity Dome
- NetGuard Cybersecurity Dome is an extended detection and response (XDR) solution for 5G Networks.
- Collects, filter and transforms data
- Detect incidents
- Alerts and Remediates threat
OnPrem Components
Software Development
Kafka Azure Sink
The Kafka Azure Sink is responsible for pushing messages from a list of topics to Azure Log Analytics.
Features:
- Dynamic Topic List
- Horizontally scalable
- Deployable to Kubernetes via HelmChart/FluxCD
- Small CPU/Memory footprint
- Very Efficient
...
Technology Stack: Go, Kafka, Docker, Kubernetes, Prometheus Metrics.
Kafka Stream Operator
The Kafka Stream Operator is responsible for processing messages from one topic and publishing them to another.
Processing includes:
...
Separate instances of this service can be deployed for different use cases.
...
Credential Manager
The credential management microservice allows us to store and retrieve credentials in a secure manner. This service supplies a REST interface for performing basic CRUD operations and a notification service for relaying credential changes and upcoming expiration.
DevOps - Cluster Deployment using Flux and Kustomize
...