|
1 | 1 | :_mod-docs-content-type: ASSEMBLY
|
2 | 2 | [id="installing-aws-outposts"]
|
3 |
| -= Installing a cluster with compute nodes on AWS Outposts |
| 3 | += Extending an AWS VPC cluster into an AWS Outpost |
4 | 4 | include::_attributes/common-attributes.adoc[]
|
5 | 5 | :context: installing-aws-outposts
|
| 6 | +:zone-type: AWS Outposts |
6 | 7 |
|
7 | 8 | toc::[]
|
8 | 9 |
|
9 |
| -In {product-title} version 4.14, you could install a cluster on Amazon Web Services (AWS) with compute nodes running in AWS Outposts as a Technology Preview. As of {product-title} version 4.15, this installation method is no longer supported. |
| 10 | +In {product-title} version 4.14, you could install a cluster on Amazon Web Services (AWS) with compute nodes running in AWS Outposts as a Technology Preview. As of {product-title} version 4.15, this installation method is no longer supported. Instead, you can install a cluster on AWS into an existing VPC, and provision compute nodes on AWS Outposts as a postinstallation configuration task. |
10 | 11 |
|
11 |
| -Instead, you can xref:../../../installing/installing_aws/ipi/installing-aws-vpc.adoc#installing-aws-vpc[install a cluster on AWS into an existing VPC] and provision compute nodes on AWS Outposts as a postinstallation configuration task. |
| 12 | +After xref:../../../installing/installing_aws/ipi/installing-aws-vpc.adoc#installing-aws-vpc[installing a cluster on Amazon Web Services (AWS) into an existing Amazon Virtual Private Cloud (VPC)], you can create a compute machine set that deploys compute machines in AWS Outposts. |
| 13 | +AWS Outposts is an AWS edge compute service that enables using many features of a cloud-based AWS deployment with the reduced latency of an on-premise environment. |
| 14 | +For more information, see the link:https://docs.aws.amazon.com/outposts/[AWS Outposts documentation]. |
12 | 15 |
|
13 |
| -For more information, see xref:../../../post_installation_configuration/configuring-aws-outposts.adoc#configuring-aws-outposts[Extending an AWS VPC cluster into an AWS Outpost] |
| 16 | +//AWS Outposts on {product-title} requirements and limitations |
| 17 | +include::modules/aws-outposts-requirements-limitations.adoc[leveloffset=+1] |
| 18 | +[role="_additional-resources"] |
| 19 | +.Additional resources |
| 20 | +* xref:../../../installing/installing_aws/ipi/installing-aws-outposts.adoc#nw-aws-load-balancer-with-outposts_installing-aws-outposts[Using the AWS Load Balancer Operator in an AWS VPC cluster extended into an Outpost] |
| 21 | +
|
| 22 | +[id="aws-outposts-environment-info_{context}"] |
| 23 | +== Obtaining information about your environment |
| 24 | + |
| 25 | +To extend an AWS VPC cluster to your Outpost, you must provide information about your {product-title} cluster and your Outpost environment. |
| 26 | +You use this information to complete network configuration tasks and configure a compute machine set that creates compute machines in your Outpost. |
| 27 | +You can use command-line tools to gather the required details. |
| 28 | + |
| 29 | +//Obtaining information from your {product-title} cluster |
| 30 | +include::modules/aws-outposts-environment-info-oc.adoc[leveloffset=+2] |
| 31 | + |
| 32 | +//Obtaining information from your AWS account |
| 33 | +include::modules/aws-outposts-environment-info-aws.adoc[leveloffset=+2] |
| 34 | + |
| 35 | +[id="aws-outposts-network-config_{context}"] |
| 36 | +== Configuring your network for your Outpost |
| 37 | + |
| 38 | +To extend your VPC cluster into an Outpost, you must complete the following network configuration tasks: |
| 39 | + |
| 40 | +* Change the Cluster Network MTU. |
| 41 | +* Create a subnet in your Outpost. |
| 42 | + |
| 43 | +//Changing the Cluster Network MTU to support AWS Outposts |
| 44 | +include::modules/nw-cluster-mtu-change.adoc[leveloffset=+2] |
| 45 | +[role="_additional-resources"] |
| 46 | +.Additional resources |
| 47 | +* xref:../../../networking/changing-cluster-network-mtu.adoc#changing-cluster-network-mtu[Changing the MTU for the cluster network] |
| 48 | + |
| 49 | +//Creating subnets for AWS edge compute services |
| 50 | +include::modules/installation-creating-aws-vpc-subnets-edge.adoc[leveloffset=+2] |
| 51 | + |
| 52 | +//CloudFormation template for the VPC Subnet |
| 53 | +include::modules/installation-cloudformation-subnet-localzone.adoc[leveloffset=+2] |
| 54 | + |
| 55 | +//Creating a compute machine set that deploys edge compute machines an Outpost |
| 56 | +include::modules/aws-outposts-machine-set.adoc[leveloffset=+1] |
| 57 | + |
| 58 | +//Creating user workloads in an Outpost |
| 59 | +include::modules/create-user-workloads-aws-edge.adoc[leveloffset=+1] |
| 60 | +//To-do: reintegrate installation-extend-edge-nodes-aws-local-zones.adoc with create-user-workloads-aws-edge.adoc. Requires global repo update of any xrefs/includes. |
| 61 | + |
| 62 | +[id="aws-outposts-network-scheduling-workloads_{context}"] |
| 63 | +== Scheduling workloads on edge and cloud-based AWS compute resources |
| 64 | + |
| 65 | +When you extend an AWS VPC cluster into an Outpost, the Outpost uses edge compute nodes and the VPC uses cloud-based compute nodes. |
| 66 | +The following load balancer considerations apply to an AWS VPC cluster extended into an Outpost: |
| 67 | + |
| 68 | +* Outposts cannot run AWS Network Load Balancers or AWS Classic Load Balancers, but a Classic Load Balancer for a VPC cluster extended into an Outpost can attach to the Outpost edge compute nodes. |
| 69 | +For more information, see xref:../../../installing/installing_aws/ipi/installing-aws-outposts.adoc#aws-outposts-load-balancer-clb_installing-aws-outposts[Using AWS Classic Load Balancers in an AWS VPC cluster extended into an Outpost]. |
| 70 | + |
| 71 | +* To run a load balancer on an Outpost instance, you must use an AWS Application Load Balancer. |
| 72 | +You can use the AWS Load Balancer Operator to deploy an instance of the AWS Load Balancer Controller. |
| 73 | +The controller provisions AWS Application Load Balancers for Kubernetes Ingress resources. |
| 74 | +For more information, see xref:../../../installing/installing_aws/ipi/installing-aws-outposts.adoc#nw-aws-load-balancer-with-outposts_installing-aws-outposts[Using the AWS Load Balancer Operator in an AWS VPC cluster extended into an Outpost]. |
| 75 | + |
| 76 | +//Using Classic Load Balancers in an AWS VPC cluster extended into an Outpost |
| 77 | +include::modules/aws-outposts-load-balancer-clb.adoc[leveloffset=+2] |
| 78 | + |
| 79 | +//Using the AWS Load Balancer Operator in an AWS VPC cluster extended into an Outpost |
| 80 | +include::modules/nw-aws-load-balancer-with-outposts.adoc[leveloffset=+2] |
| 81 | + |
| 82 | +[role="_additional-resources"] |
| 83 | +.Additional resources |
| 84 | +* xref:../../../networking/aws_load_balancer_operator/create-instance-aws-load-balancer-controller.adoc#nw-creating-instance-aws-load-balancer-controller_create-instance-aws-load-balancer[Creating an instance of the AWS Load Balancer Controller using AWS Load Balancer Operator] |
| 85 | + |
| 86 | +[role="_additional-resources"] |
| 87 | +[id="additional-installing-aws-outposts"] |
| 88 | +== Additional resources |
| 89 | +* xref:../../../installing/installing_aws/ipi/installing-aws-vpc.adoc#installing-aws-vpc[Installing a cluster on AWS into an existing VPC] |
0 commit comments