You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.TODO: I don't know how to do this step (link?): TODO: Also, Liwen said to say "Lattice-managed prefix" instead of 169.254.0.0/16. Configure security group: To receive traffic from the VPC Lattice fleet, all Pods MUST explicit configure a security group to allow traffic from the 169.254.0.0/16 address range.
29
+
1. Configure security group: To receive traffic from the VPC Lattice fleet, all Pods MUST explicitly configure a security group to allow traffic from the 169.254.171.0/24 address range.
30
30
31
31
1. Create an IAM OIDC provider: See [Creating an IAM OIDC provider for your cluster](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for details.
32
32
```bash
@@ -54,7 +54,7 @@ Run through them again for a second cluster to use with the extended example sho
1. Use the VPC Lattice CLI to find the DNS name. You can use the `curl` command to get information about each service by adding the service name to the end of the HTTPRoute DNS name. Those names are gathered from AWS Route53 instead of Kubernetes CoreDNS.
Requesting to Pod(review-5888566ff6-89fqk): review handler pod
233
+
Requesting to Pod(inventory-5888566ff6-89fqk): inventory handler pod
234
234
```
235
235
1. Exit the pod:
236
236
```bash
@@ -356,7 +356,6 @@ With VPC Lattice you can also avoid some of these common problems:
356
356
As a Kubernetes user, you can have a very Kubernetes-native experience using the VPC Lattice APIs.
357
357
The following figure illustrates how VPC Lattice object connect to [Kubernetes Gateway API](https://gateway-api.sigs.k8s.io/) objects:
358
358
359
-
TODO: Replace with new figure from end of this slide deck: https://amazon.awsapps.com/workdocs/index.html#/document/6398b63682b6fae1ac462edde9af07acc45014557df1dd92b32ccc2c6a744de5
360
359
[Image: VPCLatticeToKubernetesGatewayAPI.png]
361
360
362
361
As shown in the figure, there are different personas associated with different levels of control in VPC Lattice.
@@ -370,5 +369,3 @@ Notice that the Kubernetes Gateway API syntax is used to create the gateway, HTT
370
369
371
370
## Further information
372
371
373
-
TODO: Add links to other docs, blogs, or software (will any be ready in time for re:Invent?)
0 commit comments