文件名称:纤毛除菌
文件大小:32KB
文件格式:ZIP
更新时间:2024-03-08 20:14:49
Makefile
cilium自定义指标演示 此存储库演示了如何使用Cilium Layer 7(即HTTP)度量标准来驱动K8s Horizontal Pod Autoscaler(HPA)。 成分 在集群中用于联网的容器网络接口(CNI)。 在kube-system名称空间中运行。 为K8s API服务器提供一个接口,以调用该接口以获取可在其上执行自动缩放(通过HPA)的度量。 在custom-metrics名称空间中运行。 cilium-monitoring 提供Prometheus和Grafana部署以监视Cilium组件。 Prometheus实例由k8s-prometheus-adapter查询。 在cilium-monitoring命名空间中运行。 backend 一个简单的HTTP服务器,它向客户端回显响应。 在backend名称空间中运行。 load-test 负载驱动程序。
【文件预览】:
cilium-debugging-main
----.gitignore(7B)
----Makefile(4KB)
----load-test()
--------Dockerfile(214B)
----cluster-cilium.yaml(161B)
----scripts()
--------install_certs.sh(486B)
--------generate_certs.sh(497B)
--------install_load_test.sh(388B)
--------apply_prometheus_configmap.sh(392B)
--------install_cilium.sh(1003B)
--------install_monitoring.sh(236B)
--------wait_for_cilium.sh(442B)
--------install_backend.sh(462B)
--------install_k8s_prometheus_adapter.sh(263B)
----README.md(3KB)
----backend()
--------go.mod(174B)
--------Dockerfile(199B)
--------go.sum(12KB)
--------main.go(2KB)
----manifests()
--------load-test()
--------backend()
--------k8s-prometheus-adapter()
--------cilium-monitoring()
----cluster-no-cilium.yaml(123B)