I'm always excited to take on new projects and collaborate with innovative minds.
Tokyo Japan
Hybrid cloud enables OEMs to keep sensitive IP on-prem while benefiting from cloud elasticity.
Automotive engineering has unique challenges:
Hardware-in-the-loop (HIL) benches in labs
Large datasets from vehicle telemetry
High-fidelity Digital Twin simulations
Global distributed teams
Strict IP protection and compliance rules
Legacy on-prem systems that cannot migrate to cloud
Hybrid cloud architecture solves these challenges by allowing cloud + on-prem systems to work together as a single unified platform, enabling an SDV engineering ecosystem where:
Cloud handles simulation scale, analytics, CI/CD
On-prem handles HIL, ECU flashing, dyno tests
Hybrid connectivity synchronizes data, APIs, workloads
This guide explains exactly how to design and implement a working hybrid cloud system for SDV, using Azure Arc, AKS, and secure connectivity models.
HIL benches
ECUs
Vehicle test rigs
Chassis dyno machines
These cannot be moved to the cloud.
Cloud-native clusters provide:
Unlimited CPU/GPU
Auto-scaling
Pipeline-heavy workloads
Data analytics
Certain artefacts, calibration files, logs, or ECU binaries cannot leave on-prem labs.
Japan, India, Europe, US teams work on the same SDV platform.
This combination makes hybrid cloud the only viable architecture.
A complete SDV hybrid architecture includes:
Connected via:
ExpressRoute or VPN
Private Endpoints
Azure Arc agent
Allows Azure to manage on-prem servers, Kubernetes clusters, and even VMs as “cloud resources.”
Capabilities:
Hybrid Kubernetes management
Policy and governance enforcement
GitOps deployment from Azure
Monitoring & compliance
For SDV:
Manage on-prem simulators
Deploy configs automatically
Apply GPU scheduling policies
Handles:
Cloud-based simulations
Telemetry pipelines
Microservices
CI/CD workloads
Centralizes all APIs, including:
On-prem API endpoints (exposed via VPN/Hybrid)
Cloud microservice APIs
Partner/OEM APIs
It controls access, throttling, versioning, and security.
Secure tunnels between on-prem lab and cloud.
Use cases:
Send simulation data
On-prem tools call cloud APIs
Cloud triggers on-prem test cases
Kusto + App Insights for telemetry
Unified logs across cloud + on-prem
Centralized dashboards via Grafana
Define:
Which on-prem systems need cloud access
Which cloud services need on-prem access
Latency-sensitive components (HIL)
Bandwidth-heavy systems (VDK logs)
Access control matrix
Example diagram:
Choose the right model:
✔ Best for enterprise
✔ Low latency
✔ High bandwidth
✔ Dedicated line
✔ Cheaper
✔ Easy to set up
✔ Good for dev environments
✔ Remote users
✔ Low overhead
Implement:
Network peering
Route tables
Private DNS zones
Firewall rules
Install Azure Arc agent on:
Linux/Windows simulators
Local Kubernetes clusters
Bare-metal compute nodes
This makes them visible in Azure Portal.
Apply Azure Policies
Deploy Helm charts with GitOps
Monitor workloads via Log Analytics
Manage extensions/tools centrally
Many HIL tools are legacy.
Convert what you can into containers:
ECU flashing utilities
Test-runner scripts
Data pipelines
Validation orchestrators
These run on:
Arc-enabled Kubernetes
Local Docker hosts
A hybrid CI/CD pipeline looks like:
Use GitLab runners on both cloud + on-prem
Use Airflow to orchestrate complex flows
Use Kusto for unified analytics
Store artifacts in cloud, but allow on-prem access
Include both ends:
App Insights
Azure Monitor
Prometheus
Grafana
Fluent Bit for log forwarding
Filebeat
Node Exporter
Send everything to:
Azure Log Analytics
Kusto
Apply:
Azure AD Identity
RBAC
Conditional Access
API keys rotations
Private endpoints for APIs
Role isolation for teams
For automotive IP:
Disable public internet access
Use private DNS
Enforce encryption
Data transfer options:
Scheduled sync jobs
Supports on-prem SQL, SFTP
For real-time vehicle/simulator logs
High-speed telemetry ingestion
For large log dumps
From on-prem → cloud
Examples:
Cloud API triggers test
VPN route → on-prem
Local script executes on HIL bench
Logs pushed back to cloud
Cloud dashboards refresh
Sim finishes
Local log collector sends data
Kusto ingests
App Insights updates dependency charts
Alerts notify engineers
HIL must stay on-prem
Simulations scale in cloud
Data analytics unify both
Secure connectivity is crucial
✔ Private links only
✔ No open public endpoints
✔ Secrets in KeyVault
✔ Strict RBAC
✔ Auto-restart hybrid agents
✔ Monitor VPN health
✔ Centralized logging
✔ Scale cloud workloads only
✔ Local runners mirror cloud runners
✔ GitOps for hybrid deployments
✔ Standardized repo structure
Hybrid cloud is no longer optional for automotive SDV engineering.
It provides:
Scalable simulation
Secure on-prem integration
Unified CI/CD
End-to-end observability
Faster development cycles
Global collaboration
A well-executed hybrid cloud is the foundation for next-generation automotive development.
Your email address will not be published. Required fields are marked *