@@ -26,7 +26,7 @@ At a minimum, networking must be configured for deployment of an EKS cluster.
26
26
27
27
AWS exposes a [ Virtual Private Cloud] [ aws-vpc ] API which can be used to create
28
28
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 ] ,
30
30
[ NAT Gateways] [ aws-ngw ] and [ Security Groups] [ aws-sgs ] .
31
31
32
32
The full code for this stack is on [ GitHub] [ gh-repo-stack ] .
@@ -53,9 +53,9 @@ support and complement Kubernetes clusters and their workloads.
53
53
54
54
At a minimum, networking must be configured for deployment of an AKS cluster.
55
55
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
57
57
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 ] ,
59
59
[ Security Groups] [ azure-sgs ] and [ VPN Gateways] [ azure-vpn-gw ] .
60
60
61
61
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].
75
75
Google Cloud has a catalog of [ managed infrastructure] [ gcp-managed-svcs ] services that
76
76
support and complement Kubernetes clusters and their workloads.
77
77
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.
79
79
80
80
Google Cloud exposes a [ Virtual Private Cloud] [ gcp-vpc ] API which can be used to create
81
81
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 ] ,
83
83
and [ Firewall Rules] [ gcp-fw-rules ] .
84
84
85
85
The full code for this stack is on [ GitHub] [ gh-repo-stack ] .
0 commit comments