Skip to content

Commit 30a0767

Browse files
add conformance report for AGC (#3939)
1 parent 7cf2dab commit 30a0767

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Azure Application Gateway for Containers
2+
3+
[Application Gateway for Containers][azure-application-gateway-for-containers] is a managed application (layer 7) load balancing solution, providing dynamic traffic management capabilities for workloads running in a Kubernetes cluster in Azure. Follow the [quickstart guide][azure-application-gateway-for-containers-quickstart-controller] to deploy the ALB controller and get started with Gateway API.
4+
5+
## Table of Contents
6+
7+
|API channel|Implementation version|Mode|Report|
8+
|-----------|----------------------|----|------|
9+
|standard|[v1.2.1](https://learn.microsoft.com/azure/application-gateway/for-containers/alb-controller-release-notes#latest-release-recommended)|default|[v1.2.1 report](./standard-v1.2.1-default-report.yaml)|
10+
11+
12+
[azure-application-gateway-for-containers]:https://aka.ms/appgwcontainers/docs
13+
[azure-application-gateway-for-containers-quickstart-controller]:https://aka.ms/appgwcontainers/docs
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2025-07-18T23:02:29Z"
3+
gatewayAPIChannel: standard
4+
gatewayAPIVersion: v1.2.1
5+
implementation:
6+
organization: Microsoft Azure
7+
project: Application Gateway for Containers
8+
url: https://aka.ms/appgwcontainers/docs
9+
version: "1.7.9"
10+
contact:
11+
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 12
20+
Skipped: 0
21+
name: GATEWAY-GRPC
22+
summary: Core tests succeeded.
23+
- core:
24+
result: success
25+
statistics:
26+
Failed: 0
27+
Passed: 33
28+
Skipped: 0
29+
extended:
30+
result: success
31+
statistics:
32+
Failed: 0
33+
Passed: 9
34+
Skipped: 0
35+
supportedFeatures:
36+
- HTTPRouteDestinationPortMatching
37+
- HTTPRouteHostRewrite
38+
- HTTPRouteMethodMatching
39+
- HTTPRoutePathRedirect
40+
- HTTPRoutePathRewrite
41+
- HTTPRoutePortRedirect
42+
- HTTPRouteQueryParamMatching
43+
- HTTPRouteResponseHeaderModification
44+
- HTTPRouteSchemeRedirect
45+
unsupportedFeatures:
46+
- GatewayHTTPListenerIsolation
47+
- GatewayInfrastructurePropagation
48+
- GatewayPort8080
49+
- GatewayStaticAddresses
50+
- HTTPRouteBackendProtocolH2C
51+
- HTTPRouteBackendProtocolWebSocket
52+
- HTTPRouteBackendRequestHeaderModification
53+
- HTTPRouteBackendTimeout
54+
- HTTPRouteParentRefPort
55+
- HTTPRouteRequestMirror
56+
- HTTPRouteRequestMultipleMirrors
57+
- HTTPRouteRequestTimeout
58+
name: GATEWAY-HTTP
59+
summary: Core tests succeeded. Extended tests succeeded.

0 commit comments

Comments
 (0)