-
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an IPv6 address and forwarding rules on Google Cloud
* Allowing serving IPv6 applications via Kubernetes Ingress on Typhoon Google Cloud clusters * Add `ingress_static_ipv6` output variable for use in AAAA DNS records
- Loading branch information
Showing
12 changed files
with
155 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# AWS | ||
|
||
## IPv6 | ||
|
||
Status of IPv6 on Typhoon AWS clusters. | ||
|
||
| IPv6 Feature | Supported | | ||
|-------------------------|-----------| | ||
| Node IPv6 address | Yes | | ||
| Node Outbound IPv6 | Yes | | ||
| Kubernetes Ingress IPv6 | No | | ||
|
||
* AWS Network Load Balancers do not support `dualstack`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Azure | ||
|
||
## IPv6 | ||
|
||
Status of IPv6 on Typhoon Azure clusters. | ||
|
||
| IPv6 Feature | Supported | | ||
|-------------------------|-----------| | ||
| Node IPv6 address | No | | ||
| Node Outbound IPv6 | No | | ||
| Kubernetes Ingress IPv6 | No | | ||
|
||
* Azure does not allow reserving a static IPv6 address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Bare-Metal | ||
|
||
## IPv6 | ||
|
||
Status of IPv6 on Typhoon bare-metal clusters. | ||
|
||
| IPv6 Feature | Supported | | ||
|-------------------------|-----------| | ||
| Node IPv6 address | Yes | | ||
| Node Outbound IPv6 | Yes | | ||
| Kubernetes Ingress IPv6 | Possible | | ||
|
||
IPv6 support depends upon the bare-metal network environment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# AWS | ||
|
||
## IPv6 | ||
|
||
Status of IPv6 on Typhoon DigitalOcean clusters. | ||
|
||
| IPv6 Feature | Supported | | ||
|-------------------------|-----------| | ||
| Node IPv6 address | Yes | | ||
| Node Outbound IPv6 | Yes | | ||
| Kubernetes Ingress IPv6 | Possible | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Google Cloud | ||
|
||
## IPv6 | ||
|
||
Status of IPv6 on Typhoon Google Cloud clusters. | ||
|
||
| IPv6 Feature | Supported | | ||
|-------------------------|-----------| | ||
| Node IPv6 address | No | | ||
| Node Outbound IPv6 | No | | ||
| Kubernetes Ingress IPv6 | Yes | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters