Hybrid Cloud

On-premises beside cloud, with the link between them named.

Hybrid Cloud: rendered example
Rendered by Gnomon from the source below. No edits.

The source

21 lines of PlantUML, and pulls in Office icons. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include <office/OfficeCommon>
!include <office/Clouds/cloud>
!include <office/Servers/application_server>
!include <office/Servers/database_server>
!include <office/Concepts/firewall_orange>
!include <office/Concepts/service_application>

title Office — Hybrid cloud

OFF_CLOUD(cloud, "Public cloud")
OFF_SERVICE_APPLICATION(svc, "Hosted service")
OFF_FIREWALL_ORANGE(fw, "Perimeter")
OFF_APPLICATION_SERVER(app, "On-premises app")
OFF_DATABASE_SERVER(db, "On-premises data")

cloud --> svc
svc --> fw
fw --> app
app --> db
@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in Office and infrastructure diagrams