mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * hosted_control_planes/hcp-manage/hcp-manage-aws.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="hcp-managed-aws-infra-mgmt_{context}"]
|
|
= Infrastructure requirements for a management {aws-short} account
|
|
|
|
When your infrastructure is managed by {hcp} in a management AWS account, the infrastructure requirements differ depending on whether your clusters are public, private, or a combination.
|
|
|
|
For accounts with public clusters, the infrastructure requirements are as follows:
|
|
|
|
* Network load balancer: a load balancer Kube API server
|
|
** Kubernetes creates a security group
|
|
|
|
* Volumes
|
|
** For etcd (one or three depending on high availability)
|
|
** For OVN-Kube
|
|
|
|
For accounts with private clusters, the infrastructure requirements are as follows:
|
|
|
|
* Network load balancer: a load balancer private router
|
|
* Endpoint service (private link)
|
|
|
|
For accounts with public and private clusters, the infrastructure requirements are as follows:
|
|
|
|
* Network load balancer: a load balancer public router
|
|
* Network load balancer: a load balancer private router
|
|
* Endpoint service (private link)
|
|
* Volumes
|
|
** For etcd (one or three depending on high availability)
|
|
** For OVN-Kube
|