You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ site.operator_product_name }} is the Kubernetes-native way to interact with Kong. Deploy Data Planes, configure {{ site.konnect_short_name }}, and more.
5
+
{{ site.operator_product_name }} is the Kubernetes-native way to interact with Kong. Deploy data planes, configure {{ site.konnect_short_name }}, and more.
6
6
products:
7
7
- operator
8
8
@@ -51,121 +51,59 @@ rows:
51
51
52
52
- header:
53
53
type: h2
54
-
text: "Configure your Gateways declaratively"
55
-
sub_text: |
56
-
Kong Gateway can be configured using Kubernetes-native resources, (Cluster Resources)
57
-
58
-
By adopting Kubernetes’ declarative, desired-state approach to configuration, {{ site.operator_product_name }} is able to support:
54
+
text: "{{site.konnect_short_name}} features"
55
+
sub_text: Which {{ site.konnect_short_name }} features are available in {{site.operator_product_name}}?
59
56
columns:
60
57
- blocks:
61
-
- type: structured_text
62
-
config:
63
-
header:
64
-
text: Gateway API
65
-
blocks:
66
-
- type: text
67
-
text: |
68
-
The de facto standard for configuring networking in Kubernetes, Gateway API allows you to configure
69
-
your Gateways, regardless of whether they are self-managed or a {{ site.konnect_short_name }} based Control Plane.
70
-
71
-
Kong has been at the forefront of Gateway API development, contributing features and enhancements to the project since its inception.
72
58
- type: text
73
59
config: |
74
-
```yaml
75
-
# Create a new HTTPRoute to route traffic to an echo service
0 commit comments