Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ navTitle: Architecture
description: Overview of core components and design principles that enable Hybrid Manager to orchestrate and manage Postgres clusters across varied environments.
---

![High-level diagram of Hybrid Manager's architecture](../images/hcp_high-level_light.svg)

The outermost containers of the diagram illustrate a Kubernetes cluster running on a cloud service provider's infrastructure, such as [AKS on Azure](https://azure.microsoft.com/en-us/products/kubernetes-service), [EKS on AWS](https://aws.amazon.com/eks/) or [GKE on GCP](https://cloud.google.com/kubernetes-engine), or on-premises infrastructure. "On-premises" in this context includes deployments on physical servers (bare metal), virtual machines, or private clouds hosted within an organization’s infrastructure.

Working inward through the diagram, the three main logical groupings are:
Expand Down
Loading