Allianz Cloud Platform Operations

Workflow capability for platform engineering and DevOps teams operating the Allianz Future Cloud Platform, combining service management, deployment automation, observability, and infrastructure provisioning.

Run with Naftiko Cloud PlatformDevOpsPlatform EngineeringKubernetesObservability

What You Can Do

GET
List services — List all platform services
/v1/services
POST
Register service — Register a new microservice
/v1/services
GET
List deployments — List deployment history
/v1/services/{service_id}/deployments
POST
Deploy service — Trigger a deployment
/v1/services/{service_id}/deployments
GET
Get metrics — Get platform metrics
/v1/observability/metrics
POST
Provision resource — Provision infrastructure resource
/v1/infrastructure/resources

MCP Tools

list-platform-services

List all microservices registered on the Allianz Future Cloud Platform

read-only
register-platform-service

Register a new insurance microservice on the Kubernetes platform

get-platform-service

Get details and status of a specific platform service

read-only
list-service-deployments

List deployment history for a platform service including version and status

read-only
deploy-platform-service

Trigger a rolling, blue-green, or canary deployment for a microservice

list-platform-namespaces

List Kubernetes namespaces and their team ownership on the platform

read-only
get-service-metrics

Get CPU, memory, request rate, error rate, and latency metrics for a service

read-only
provision-infrastructure-resource

Provision Redis, RDS, MSK, or S3 resources for insurance microservices

APIs Used

allianz-platform-services