Skip to content

Commit

Permalink
add conformance report for AGC
Browse files Browse the repository at this point in the history
  • Loading branch information
snehachhabria committed Apr 24, 2024
1 parent 2645468 commit a416c22
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Azure Application Gateway for Containers

[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.

## Table of Contents

|API channel|Implementation version|Mode|Report|
|-----------|----------------------|----|------|
|x|[v1.0.0](https://learn.microsoft.com/azure/application-gateway/for-containers/alb-controller-release-notes#latest-release-recommended)|x|[link](./v1.0.0-report.yaml)|


[azure-application-gateway-for-containers]:https://aka.ms/appgwcontainers/docs
[azure-application-gateway-for-containers-quickstart-controller]:https://aka.ms/appgwcontainers/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
apiVersion: gateway.networking.k8s.io/v1alpha1
date: "2024-04-24T16:38:02-07:00"
gatewayAPIVersion: v1.0.0
implementation:
contact:
- agcfeedback@microsoft.com
organization: Microsoft Azure
project: Application Gateway for Containers
url: https://aka.ms/appgwcontainers/docs
version: v1.0.0
kind: ConformanceReport
profiles:
- core:
result: partial
statistics:
Passed: 28
Skipped: 1
Failed: 0
summary: ""
skippedTests:
- GatewayClassObservedGenerationBump
extended:
result: success
statistics:
Failed: 0
Passed: 8
Skipped: 0
summary: ""
supportedFeatures:
- HTTPRouteResponseHeaderModification
- HTTPRouteMethodMatching
- HTTPRoutePortRedirect
- HTTPRoutePathRedirect
- HTTPRouteHostRewrite
- HTTPRouteQueryParamMatching
- HTTPRouteSchemeRedirect
- HTTPRoutePathRewrite
unsupportedFeatures:
- HTTPRouteRequestTimeout
- HTTPRouteBackendTimeout
- HTTPRouteRequestMultipleMirrors
- HTTPRouteRequestMirror
name: HTTP
7 changes: 4 additions & 3 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cover, and documentation to help users get started.
- [Amazon Elastic Kubernetes Service][23] (alpha)
- [Apache APISIX][2] (beta)
- [Avi Kubernetes Operator][31] (tech preview)
- [Azure Application Gateway for Containers][27] (preview)
- [Azure Application Gateway for Containers][27] (GA)
- [BIG-IP Kubernetes Gateway][20] (beta)
- [Cilium][16] (beta)
- [Contour][3] (GA)
Expand Down Expand Up @@ -131,12 +131,13 @@ Documentation to deploy and use AKO Gateway API can be found at [Avi Kubernetes

### Azure Application Gateway for Containers

[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.0.0-AzureApplicationGatewayForContainers-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.0.0/azure-application-gateway-for-Containers)

[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.

Application Gateway for Containers implements `v1beta1` specification of Gateway API.

[azure-application-gateway-for-containers]:https://aka.ms/appgwcontainers/docs
[azure-application-gateway-for-containers-quickstart-controller]:https://learn.microsoft.com/azure/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller
[azure-application-gateway-for-containers-quickstart-controller]:https://aka.ms/appgwcontainers/docs

### BIG-IP Kubernetes Gateway

Expand Down

0 comments on commit a416c22

Please sign in to comment.