Difference between revisions of "Kubernetes Gateway API"
Jump to navigation
Jump to search
(Created page with " {{K8s}}") |
|||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | * https://gateway-api.sigs.k8s.io/ | ||
+ | * <code>[[kind: GatewayClass]]</code> | ||
+ | * <code>[[kind: Gateway]]</code> | ||
+ | == [[Kubernetes blog|News]] == | ||
+ | * Jul 2022 [[Kubernetes Gateway API Graduates to Beta]]: https://kubernetes.io/blog/2022/07/13/gateway-api-graduates-to-beta/ | ||
− | {{ | + | == Related == |
+ | * [[Ingress]]: <code>[[kind: Ingress]]</code> (frozen, new features are being added to the Gateway API) | ||
+ | * [[Kong]] | ||
+ | * [[Contour]], [[Emissary-Ingress]] (Ambassador API Gateway), Google Kubernetes Engine (GKE), [[Istio]], [[Kong]], and [[Traefik]] | ||
+ | |||
+ | == See also == | ||
+ | * {{Kubectl ingress}} | ||
+ | * {{gw}} | ||
+ | * {{Ingress}} | ||
+ | |||
+ | [[Category:Kubernetes]] |
Latest revision as of 06:12, 23 July 2024
News[edit]
- Jul 2022 Kubernetes Gateway API Graduates to Beta: https://kubernetes.io/blog/2022/07/13/gateway-api-graduates-to-beta/
Related[edit]
- Ingress:
kind: Ingress
(frozen, new features are being added to the Gateway API) - Kong
- Contour, Emissary-Ingress (Ambassador API Gateway), Google Kubernetes Engine (GKE), Istio, Kong, and Traefik
See also[edit]
kubectl create ingress | kubectl get ingress
,kubectl describe ingress
, Kong, Kubernetes Gateway API, kubectl apply -f ingress.yaml- Gateway, Kubernetes Gateway API, Azure Aplication Gateway,
kind: Gateway
- Ingress controllers, NGINX Ingress Controller,
minikube addons enable ingress
,kubectl get ingress, kubectl get ingressclass, kubectl describe ingress
,Ingress:
, Ingress API, AWS Load Balancer Controller, Envoy Proxy, GKE Ingress, Kubernetes Gateway API,ingress.k8s.aws, ingresses.networking.k8s.io
,kind: Ingress
: (tls:, hosts:
),SuccessfullyReconciled
Advertising: