参考:https://kubernetes.io/zh/docs/concepts/services-networking/ingress/ FEATURE STATE: Kubernetes v1.19 [stable] Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问 ...
分类:
其他好文 时间:
2021-07-28 21:37:25
阅读次数:
0
ES官网:www.elastic.co ES可视化工具:ElasticHD 快速学习文档:https://learnku.com/docs/elasticsearch73 概念扫盲:https://juejin.cn/post/6844904051994263559;https://juejin.c ...
分类:
其他好文 时间:
2021-07-26 16:48:46
阅读次数:
0
一:Grafana 简介与部署 安利一个生产环境正在使用的监控和告警平台:grafana,它是一个开源的可对指标和日志进行查询、可视化和告警的平台。 docker 安装官方文档:https://grafana.com/docs/grafana/latest/administration/config ...
分类:
其他好文 时间:
2021-07-21 17:30:42
阅读次数:
0
Istio介绍 一、Istio介绍 官方文档:https://istio.io/docs/concepts/what-is-istio/ 中文官方文档:https://istio.io/zh/docs/concepts/what-is-istio/ Github地址:https://github.c ...
分类:
其他好文 时间:
2021-07-14 18:47:03
阅读次数:
0
python 数据、曲线平滑处理——Savitzky-Golay 滤波器 Savitzky-Golay 滤波器 关于Savitzky-Golay 滤波器,可以在scipy里看到关于这个函数的定义: https://docs.scipy.org/doc/scipy/reference/generate ...
分类:
其他好文 时间:
2021-07-05 18:50:48
阅读次数:
0
本篇参考: https://developer.salesforce.com/docs/atlas.en-us.224.0.api_rest.meta/api_rest/resources_composite_composite.htm https://developer.salesforce.co ...
官网配置详解 1.从官网下载最新版本的calico部署文件 # 下载的etcd版本 curl https://docs.projectcalico.org/manifests/calico-etcd.yaml -o calico.yaml 2.配置外置etcd,这里使用的和master同一个etcd ...
分类:
其他好文 时间:
2021-07-05 16:43:09
阅读次数:
0
官方链接 https://docs.python.org/zh-cn/3/ 目录 完整目录地址: https://docs.python.org/zh-cn/3/contents.html Python 教程 虚拟环境和包 12.1. 概述 ...
分类:
编程语言 时间:
2021-07-02 16:14:06
阅读次数:
0
总体说明 新买来的硬盘,通过USB口插在电脑上时显示不出来。(如下图) 这种情况可能是硬盘尚未初始化造成的。 Microsoft网站上有一个详细的新硬盘初始化方法可供参考:https://docs.microsoft.com/zh-cn/windows-server/storage/disk-man ...
分类:
其他好文 时间:
2021-07-02 15:23:10
阅读次数:
0
一、环境介绍 官方文档:https://kubernetes.io/zh/docs/setup/production-environment/container-runtimes/#containerd [root@master ~]# kubectl get node -o wide NAME S ...
分类:
其他好文 时间:
2021-07-01 17:27:57
阅读次数:
0