Home

Network Performance Tuning

数据如何从网卡到应用123456789NIC Kernel Protocols To App+---+----------+ +---------+ +-----------+ +--------+| P | ( ) | ----> | SoftIRQ | ----&

分析Metaspace不停增长的原因

现象:从监控软件上查看jvm堆区使用非堆区,metaspace空间持续上升后,metaspace+edenspace > 7G, 超过了 pod request limit,发生oom,容器被os killpod重新拉起一个新的容器概念:Metaspace 直接在OS上分配的内存。Metaspace 存放的是加载的class加载class的过程是由class loader完成。classlo

k8s 自动扩缩容概览

k8s 自动扩缩容概览OverviewCluster Autoscaler - a component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there are no unneeded nodes. Works with GCP, AW

Azure Monitoring KQL Study

azure-monitoring-KQLAzure monitor—Log AnalysticsVM’Extensions— OmsAgentForLinux扩展介绍基础语法语法CustomLog_CL | where RawData matches regex “System warning”区分大小写语法来源来自 Azure Data Explorer ,但又不完全相同 找不同比如,不支持al

Kubeadm_证书

Kubeadm_证书介绍kubeadm中证书的用法,权限以及自定义证书的注意事项。kubeadm启动后生成如下证书:ls -l /etc/kubernetes/pki-rw——- 1 root root 1679 Sep 6 14:12 ca.key-rw-r–r– 1 root root 1025 Sep 6 14:12 ca.crt-rw——- 1 root root 1675 Sep 6 1

Linux’ Shell 编程题

问题1:使用for循环在/test目录下通过随机小写10个字母加固定字符串test批量创建10个html文件,名称例如为:123456[root@test test]# sh /server/scripts/test.sh [root@test test]# ls coaolvajcq_test.html qnvuxvicni_test.html vioesjmcbu_test.htmlgmk

INGRESS EXPERIMENT

本文介绍了ingress 实践。官方文档:地址创建service创建3个service,实际应用中可能不止这三个。创建ingress12kubectl create ns ingress-nginx创建后端服务1,并暴露出端口123kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.4 --replicas=1