Skip to content

Commit 2a719e0

Browse files
authored
Merge pull request #2662 from epic-gateway/update-Acnodal-EPIC-implementation
update EPIC implementation information
2 parents 195d988 + 13c6c79 commit 2a719e0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

site-src/implementations.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Implementors and integrators of Gateway API are encouraged to update this docume
66

77
## Gateway Controller Implementation Status <a name="gateways"></a>
88

9-
- [Acnodal EPIC][1] (public preview)
9+
- [Acnodal EPIC][1]
1010
- [Amazon Elastic Kubernetes Service][23] (alpha)
1111
- [Apache APISIX][2] (beta)
1212
- [Avi Kubernetes Operator][31] (tech preview)
@@ -85,11 +85,13 @@ Implementors and integrators of Gateway API are encouraged to update this docume
8585
In this section you will find specific links to blog posts, documentation and other Gateway API references for specific implementations.
8686

8787
### Acnodal EPIC
88-
[EPIC][epic] is a Managed Application & API Gateway Service. The epic-controller installed in the cluster implements v1alpha2 and currently supports HTTPRoute. Defining Gateways and Routes creates a Gateway in the EPIC Service consisting of Envoy instances allocating public IP addresses and DNS for clients, and configures transport that sends request directly upstream to application endpoints in the cluster. EPIC is in public preview.
88+
[EPIC][epicdocs] is an Open Source External Gateway platform designed and built with Kubernetes. It consists of the Gateway Cluster, k8s Gateway controller, a stand alone Linux Gateway controller and the Gateway Service Manager. Together they create a platform for providing Gateway services to cluster users. Each gateway consists of multiple Envoy instances running on the gateway cluster not the workload clusters. The Gateway Service Manager is a simple user management and UI that can be used to implement Gateway-as-a-Service infrastructure for public and private clusters, and integrate non-k8s endpoints.
8989

90-
Documentation can be found at [EPIC Application & API Gateway Service][epic]
90+
- [Documentation][epicdocs]
91+
- [Source Repo][epicsource]
9192

92-
[epic]:https://www.epick8sgw.io
93+
[epicdocs]:https://www.epic-gateway.org/
94+
[epicsource]:https://github.com/epic-gateway
9395

9496
### Amazon Elastic Kubernetes Service
9597

0 commit comments

Comments
 (0)