当前位置:网站首页>Istio practical tips: Customize Max_ body_ size
Istio practical tips: Customize Max_ body_ size
2022-06-24 15:36:00 【imroc】
This article excerpts from istio Learning notes
background
nginx You can set client_max_body_size
, So in istio How to adjust the maximum request size of the client in this scenario ?
Solution
You can configure the EnvoyFilter:
apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: limit-request-size namespace: istio-system spec: workloadSelector: labels: istio: ingressgateway configPatches: - applyTo: HTTP_FILTER match: context: GATEWAY listener: filterChain: filter: name: envoy.http_connection_manager patch: operation: INSERT_BEFORE
Verified version : istio 1.8
- change
workloadSelector
To select the gateway.
边栏推荐
- This website teaches you to imitate more than 100 well-known websites!
- 安装wireshark时npcap怎么都安装不成功,建议先用winpcap
- 中国十大证券app排名 炒股开户安全吗
- Arrays API
- openinstall携手书链:助力渠道数据分析,共创书联网时代
- Crmeb multi merchant system applet authorization problem solving paste
- 推荐几款超级实用的数据分析利器
- How about stock online account opening and account opening process? Is it safe to open an account online?
- [log service CLS] initial experience of Tencent cloud CLS log service
- How to resolve the 35 year old crisis? Sharing of 20 years' technical experience of chief architect of Huawei cloud database
猜你喜欢
Laravel 8 realizes auth login
Two way combination of business and technology to build a bank data security management system
熬夜整理出的软件测试【高频】面试题大全(2022最新)
From pair to unordered_ Map, theory +leetcode topic practice
FreeRTOS新建任务不执行问题解决办法
设备通过国标GB28181接入EasyCVR平台,出现断流情况该如何解决?
Left hand code, right hand open source, part of the open source road
Stm32f1 and stm32cubeide programming examples -ws2812b full color LED driver (based on spi+dma)
高速公路服务区智能一体机解决方案
Do you really know the difference between H5 and applet?
随机推荐
07. Tencent cloud IOT device side learning - Data Template
MySQL 开发规范
Laravel8 uses faker to call factory to fill data
FPGA based analog I ² C protocol system design (Part 2)
Use list
[tke] multiple ingress controllers are used in the cluster
为什么企业实施WMS仓储管理系统很容易失败
How about stock online account opening and account opening process? Is it safe to open an account online?
Oracle RAC configuration multipathing
How to modify the login user name of easynvr video monitoring system?
Differential privacy
Design of CAN bus controller based on FPGA (Part 2)
As a developer, what is the most influential book for you?
FPGA based analog I ² C protocol system design (medium)
手机同花顺股票开户安全吗!
Istio practical skill: enable accesslog locally
At? Let's blow the air conditioner together!
Decomposition of Uber dependency injection into dig source code analysis
Redis highly available
Concurrent writing of maps in golang