Skip to content

Commit d901c7e

Browse files
authored
Add comparison table to KO landing page (#3694)
1 parent aef7b9b commit d901c7e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

app/_landing_pages/operator.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,42 @@ rows:
6363
text: Create and configure a Control Plane in {{ site.konnect_short_name }}
6464
url: /operator/konnect/crd/control-planes/hybrid/
6565

66+
- header:
67+
type: h2
68+
text: "Konnect features"
69+
sub_text: Which {{ site.konnect_short_name }} features are available in {{site.operator_product_name}}?
70+
columns:
71+
- blocks:
72+
- type: text
73+
config: |
74+
75+
As we continue moving suport for Kubernetes Gateway API from self-managed control planes, as well as Konnect managed control
76+
planes, we will will open up support for other Konnect products when hosting your Gateway on Kubernetes.
77+
78+
Providing Gateway API configuration for Kong Gateway, as well as full integration with the Konnect platform opens up the entire
79+
API ecosystem.
80+
81+
- blocks:
82+
- type: table
83+
config:
84+
columns:
85+
- title: Product
86+
key: product
87+
- title: Gateway API
88+
key: supported_gwapi
89+
- title: Kong entities
90+
key: supported_kong
91+
rows:
92+
- product: Analytics
93+
supported_gwapi: true
94+
supported_kong: true
95+
- product: Application Registration
96+
supported_gwapi: Coming Soon
97+
supported_kong: true
98+
- product: Debugger
99+
supported_gwapi: Coming Soon
100+
supported_kong: true
101+
66102
- header:
67103
type: h2
68104
text: "Konnect CRDs"
@@ -108,3 +144,5 @@ rows:
108144
supported: Planned
109145
- product: Organization Configuration
110146
supported: Planned
147+
148+

0 commit comments

Comments
 (0)