当前位置:网站首页>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
边栏推荐
- 5张图告诉你:同样是职场人,差距怎么这么大?
- Win the bid! Nantah general gbase 8s won the bid for the 2022 database framework project of NARI Group
- PostgreSQL:无法更改视图或规则使用的列的类型
- Day112.尚医通:手机验证码登录功能
- HCIP第九天_BGP实验
- SQL server time field sorting
- 微服务架构 Sentinel 的服务限流及熔断
- ‘全局事件总线’&‘消息订阅与发布’
- PHPUnit在Window下如何配置
- 快速搭建一个网关服务,动态路由、鉴权的流程,看完秒会(含流程图)
猜你喜欢
![Chapter 2-2 calculation of piecewise function [1]](/img/40/cad6bf92849624199af0fd1ba1d433.jpg)
Chapter 2-2 calculation of piecewise function [1]

Source code analysis of linkedblockingqueue

Alibaba internal interview materials

49 opencv deep analysis profile

Hcip day 9_ BGP experiment

Two dimensional array and operation

The cooperation between starfish OS and metabell is just the beginning

Matlab file path

Day112. Shangyitong: Mobile verification code login function

Shell编程规范与变量
随机推荐
Introduction of functions in C language (blood Book 20000 words!!!)
Smartbi of smart smart smart software completed the c-round financing and accelerated the domestic Bi into the intelligent era
Digital signatures and Ca certificates
SQL server time field sorting
中标捷报!南大通用GBase 8s中标南瑞集团2022年数据库框架项目
Business digitalization is running rapidly, and management digitalization urgently needs to start
'global event bus' &' message subscription and Publishing '
Analysis of model predictive control (MPC) (IX): numerical solution of quadratic programming (II)
CI框架如何集成Smarty模板
Three ways to create threads
Flink window & time principle
Machine learning how to achieve epidemic visualization -- epidemic data analysis and prediction practice
1w5 words to introduce those technical solutions of distributed system in detail
postgresql查询【表字段类型】和库中【所有序列】
Feign call
创建线程的3种方式
HCIP第八天
思迈特软件完成C轮融资,让BI真正实现“普惠化”
Simple use of unity queue
NDK 系列(6):说一下注册 JNI 函数的方式和时机