Skip to content

Kubernetes Managed Infra Docs Page Fixes #14875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions content/docs/iac/clouds/kubernetes/guides/managed-infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ At a minimum, networking must be configured for deployment of an EKS cluster.

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

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

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

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

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

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

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

The full code for this stack is on [GitHub][gh-repo-stack].
Expand Down
Loading