Skip to content

Commit 2f2de56

Browse files
committed
Kubernetes Managed Infra Fixes
Fixes: #14864
1 parent 00b7a0d commit 2f2de56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/docs/iac/clouds/kubernetes/guides/managed-infra.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ At a minimum, networking must be configured for deployment of an EKS cluster.
2626

2727
AWS exposes a [Virtual Private Cloud][aws-vpc] API which can be used to create
2828
resources into a virtual network. With the VPC you can define the region's [Availability
29-
Zones][aws-azs] to use, alongwith [Route Tables][aws-rts], [Subnets][aws-subnets], [Internet Gateways][aws-igw],
29+
Zones][aws-azs] to use, along with [Route Tables][aws-rts], [Subnets][aws-subnets], [Internet Gateways][aws-igw],
3030
[NAT Gateways][aws-ngw] and [Security Groups][aws-sgs].
3131

3232
The full code for this stack is on [GitHub][gh-repo-stack].
@@ -53,9 +53,9 @@ support and complement Kubernetes clusters and their workloads.
5353

5454
At a minimum, networking must be configured for deployment of an AKS cluster.
5555

56-
AWS exposes a [Virtual Network][azure-vpc] API which can be used to create
56+
Azure exposes a [Virtual Network][azure-vpc] API which can be used to create
5757
resources into a virtual network. With the VPC you can define
58-
use, alongwith [Route Tables][azure-rts], [Subnets][azure-subnets],
58+
use, along with [Route Tables][azure-rts], [Subnets][azure-subnets],
5959
[Security Groups][azure-sgs] and [VPN Gateways][azure-vpn-gw].
6060

6161
The full code for this stack is on [GitHub][gh-repo-stack].
@@ -75,11 +75,11 @@ The full code for this stack is on [GitHub][gh-repo-stack].
7575
Google Cloud has a catalog of [managed infrastructure][gcp-managed-svcs] services that
7676
support and complement Kubernetes clusters and their workloads.
7777

78-
At a minimum, networking must be configured for deployment of an EKS cluster.
78+
At a minimum, networking must be configured for deployment of a GKE cluster.
7979

8080
Google Cloud exposes a [Virtual Private Cloud][gcp-vpc] API which can be used to create
8181
resources into a virtual network. With the VPC you can define the region to use,
82-
alongwith [Routes][gcp-rts], [Subnets][gcp-subnets], [Forwarding Rules][gcp-fwd-rules],
82+
along with [Routes][gcp-rts], [Subnets][gcp-subnets], [Forwarding Rules][gcp-fwd-rules],
8383
and [Firewall Rules][gcp-fw-rules].
8484

8585
The full code for this stack is on [GitHub][gh-repo-stack].

0 commit comments

Comments
 (0)