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

所有 CRD API Version 升级至 v2
基本支持 Gateway API
enable_gateway_api: true
HTTPRoute
apiVersion: 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/ip
TCPRoute
UDPRoute
允许 Ingress 资源绑定任意插件
k8s.apisix.apache.org/plugin-config-name
ApisixPluginConfig
更多细节
- 定时 Kubernetes 集群往 APISIX 集群中同步数据的机制,保证 APISIX 集群中数据与在 Kubernetes 集群中配置的一致性;
- 为 ApisixConsumer 资源增加了更多的认证方式;
- 与 APISIX v2.15 版的兼容;
- 将所有依赖更新到最新版本,以便减少安全隐患;
边栏推荐
猜你喜欢
随机推荐
Android 开发用 Kotlin 编程语言三 循环控制
“小钢炮”气质明显,安全、舒适一个不落
解决【命令行/终端】颜色输出问题
nyoj754 黑心医生 结构体优先队列
机器学习——集成学习
四、kubeadm单master
停电。。。烦烦烦!!!
“蘑菇书”是怎样磨出来的?
power failure...Trouble trouble trouble!!!
拓朴排序例题
.NET in-depth analysis of the LINQ framework (6: LINQ execution expressions)
导火索:OAuth 2.0四种授权登录方式必读
Can't get in to ask questions.I want to ask you a question about the return value (traversal of the graph), please give Xiaobai an answer.
Guys, I am a novice. I use flinksql to write a simple count of user visits according to the document, but it ends after executing it once.
Dynamics 365Online PDF导出及打印
How about Ping An Mengwa Card Insurance?Let parents read a few ways to identify products
365 days challenge LeetCode1000 questions - Day 050 add a row to the binary tree binary tree
2022 极术通讯-基于安谋科技 “星辰” STAR-MC1的灵动MM32F2570开发板深度评测
R语言ggplot2可视化:可视化密度图(Density plot)、可视化多个分组的密度图、数据点分布在箱图中间、添加主标题、副标题、题注信息
flutter 服务器返回数据判断是否为空