当前位置:网站首页>Argocd Web UI loading is slow? A trick to teach you to solve
Argocd Web UI loading is slow? A trick to teach you to solve
2022-07-28 08:49:00 【Attack cloud primordial】
How to enable Gzip Compress to accelerate ArgoCD Web UI

Argo CD Is used for Kubernetes A powerful GitOps Continuous delivery tools .
https://argo-cd.readthedocs.io/en/stable/
however , When managing a large number of applications , ArgoCD Web UI Very slow . How can we speed up Web UI The speed of ?

Enable Gzip Compress
The easiest way to speed it up is to compress all its resources . stay argocd-server Enable on Gzip Compression is the simplest and most effective way to achieve this goal .
argocd-server It's a gRPC/REST The server , It's public Web UI The use of API. You can do this by enabling GZIP Compress --enable-gzip Option to configure
argocd-server [flags]
--enable-gzip Enable GZIP compression
If your ArgoCD It is maintained by the community Argo CD Chart Installed ,
https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
Please use the following configuration to enable Gzip Compress .
server:
extraArgs:
- --enable-gzip
summary
Enable Gzip Compress to accelerate ArgoCD Web UI.gzip Compression will be significantly reduced UI Amount of data loaded .
Reference resources
argo-cd PR feat : stay api The server supports gzip Compress #4218:
https://github.com/argoproj/argo-cd/pull/4218)
argocd server Options :
https://argo-cd.readthedocs.io/en/stable/operator-manual/server-commands/argocd-server/
communication
Please follow the WeChat public account 【 Attack the cloud 】, Sweep yards attention , Learn more about consulting , There are more free resources for you to learn
边栏推荐
- HCIP---LDP和MPLS技术(详解)
- classLoader加载的class的回收
- Js继承方法
- Pyspark writes data to iceberg
- GBase 8s是否支持存储关系型数据和对象型数据?
- ASP. Net core foundation VIII
- MySQL怎么查询可以同时判断多个字段值是否存在
- An article to understand data warehouse: metadata classification, metadata management
- ASP. Net core foundation IV
- MySQL how to add users and set permissions?
猜你喜欢

Use of tkmapper - super detailed

Network interface network crystal head RJ45, Poe interface definition line sequence

Basic syntax of jquey

竞赛:糖尿病遗传风险检测挑战赛(科大讯飞)

Two dimensional array and operation

Blog Building 9: add search function to Hugo

【OpenCV】生成透明的PNG图像

When will brain like intelligence, which is popular in academia, land? Let's listen to what the industry masters say - qubits, colliders, x-knowledge Technology

Machine learning how to achieve epidemic visualization -- epidemic data analysis and prediction practice

阿里技术四面+交叉面+HR面,成功拿到offer,双非本科进不了大厂?
随机推荐
Gbase 8A MPP and Galaxy Kirin (x86 version) complete deep adaptation
Introduction of functions in C language (blood Book 20000 words!!!)
When will brain like intelligence, which is popular in academia, land? Let's listen to what the industry masters say - qubits, colliders, x-knowledge Technology
Can‘t connect to server on ‘IP‘ (60)
微服务架构 Sentinel 的服务限流及熔断
The cooperation between starfish OS and metabell is just the beginning
Does gbase 8s support storing relational data and object-oriented data?
Smartbi of smart smart smart software completed the c-round financing and accelerated the domestic Bi into the intelligent era
PostgreSQL:无法更改视图或规则使用的列的类型
'global event bus' &' message subscription and Publishing '
PHP基础知识 - PHP 使用 MySQLI
Distributed system architecture theory and components
MySQL how to add users and set permissions?
JS inheritance method
How to configure phpunit under window
第2章-2 计算分段函数[1]
uniapp---- 获取当前位置的经纬度等信息的详细步骤(包含小程序)
JS手写函数之slice函数(彻底弄懂包头不包尾)
Analysis of model predictive control (MPC) (IX): numerical solution of quadratic programming (II)
阻塞队列LinkedBlockingQueue 源码解析