当前位置:网站首页>Apache APISIX Ingress v1.5-rc1 released
Apache APISIX Ingress v1.5-rc1 released
2022-08-05 11:38:00 【InfoQ】

All CRD API Versions are upgraded to v2
Basically support Gateway API
enable_gateway_api: trueHTTPRouteapiVersion: gateway.networking.k8s.io/v1alpha2
kind: HTTPRoute
metadata:
name: httpbin-route
spec:
hostnames: ["httpbin.local"]
rules:
- matches:
- path:
type: PathPrefix
value:/ip
backendRefs:
- name: httpbin
port: 80
httpbin.local/ipTCPRouteUDPRouteAllow Ingress resources to bind any plugins
k8s.apisix.apache.org/plugin-config-nameApisixPluginConfigMore Details
- The mechanism for synchronizing data from the Kubernetes cluster to the APISIX cluster at regular intervals to ensure the consistency between the data in the APISIX cluster and the configuration in the Kubernetes cluster;
- Add more authentication methods for ApisixConsumer resources;
- and APISIXCompatible with v2.15;
- Update all dependencies to the latest version to reduce security risks;
边栏推荐
猜你喜欢

Four, kubeadm single master

软件测试之集成测试

高泽龙出席博鳌全球旅游生态大会 讲元宇宙与未来网络科技

ECCV 2022 | 视听分割:全新任务,助力视听场景像素级精细化理解

莅临GOPS大会龙智展位,获取Forrester最新报告:《Forrester Wave:2021年第四季度企业服务管理报告》
knife4j

Http-Sumggling Cache Vulnerability Analysis

手把手教你定位线上MySQL慢查询问题,包教包会

Hands-on Deep Learning_GoogLeNet / Inceptionv1v2v3v4

PG优化篇--执行计划相关项
随机推荐
互联网行业凛冬之至,BATM的程序员是如何应对中年危机的?
PostgreSQL 2022 报告:流行度上涨,开源、可靠性和扩展是关键
普通二本毕业八年,京东就职两年、百度三年,分享大厂心得
深度学习(四)分析问题与调参 理论部分
LeetCode刷题(8)
提取人脸特征的三种方法
UDP communication
5G NR system messages
祝所有码农七夕快乐~
SkiaSharp 之 WPF 自绘 投篮小游戏(案例版)
Scaling-law和模型结构的关系:不是所有的结构放大后都能保持最好性能
前沿技术数字孪生如何应用在智慧城市上?
Four, kubeadm single master
例题 可达性统计+bitset的使用
JS 从零手写实现一个call、apply方法
脱光衣服待着就能减肥,当真有这好事?
TiDB 6.0 Placement Rules In SQL 使用实践
Android development with Kotlin programming language - basic data types
Detailed explanation of PPOCR detector configuration file parameters
导火索:OAuth 2.0四种授权登录方式必读