摘要: 1、监控组件 X-Pack是一个Elastic Stack的扩展,包括安全,警报,监控,报告和图形等功能。 es5.x以后可以安装X-Pack,5.x以前需要安装多个组件(Shield,Watcher,Marvel,Graph,Reporting)(这些组件现已集成到X-Pack中),sense也已 阅读全文
posted @ 2020-02-15 14:50 highly 阅读(1098) 评论(0) 推荐(0) 编辑
摘要: metapath2vec相关 xiaohan2012 有计划的git用户,每个月更新论文阅读情况(值得经常去看) Graph algorithms for HetNets #56 阅读全文
posted @ 2017-12-23 12:05 highly 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 正常的 kubectl get all -nmonitoring NAME READY STATUS RESTARTS AGE pod/alertmanager-main-0 2/2 Running 4 12h pod/alertmanager-main-1 2/2 Running 0 12h po 阅读全文
posted @ 2021-03-09 16:35 highly 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 1、K8S 证书列表说明 https://www.jianshu.com/p/549ab7a059b0 1.1、How certificates are used by your cluster Kubernetes requires PKI for the following operations 阅读全文
posted @ 2021-03-04 15:19 highly 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1、token方式使用k8s restful api思维导图 https://liumiaocn.blog.csdn.net/article/details/100518110 token方式使用k8s restful api思维导图 2、apiserver认证 2.1、Kubernetes api 阅读全文
posted @ 2021-03-01 16:51 highly 阅读(1620) 评论(0) 推荐(0) 编辑
摘要: 一、k8s volumes 1、k8s存储之emptyDir、hostPath和nfs存储卷 2、Kubernetes存储卷介绍-emptyDir/hostPath/NFS/configMap emptyDir: kubectl get pod -o yaml | grep nodeName nod 阅读全文
posted @ 2021-02-25 16:35 highly 阅读(137) 评论(0) 推荐(0) 编辑
摘要: JS学习难点: this关键字 面向对象语言中 this 表示当前对象的一个引用。 但在 JavaScript 中 this 不是固定不变的,它会随着执行环境的改变而改变。 在方法中,this 表示该方法所属的对象。 如果单独使用,this 表示全局对象。 在函数中,this 表示全局对象。 在函数 阅读全文
posted @ 2020-09-29 15:32 highly 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 用idea开发有时候也需要用到主函数去测试一些东西,也需要将信息打印出来,对于刚从Eclipse转过来的人可能不太了解。 main函数:输入psvm即可看到提示。 System.out.println():输入sout后按Tab键 转载于https://blog.csdn.net/fjian123/ 阅读全文
posted @ 2020-09-08 20:07 highly 阅读(253) 评论(0) 推荐(0) 编辑
摘要: https://repo.spring.io/release/org/ http://mvnrepository.com/ 阅读全文
posted @ 2020-09-08 19:21 highly 阅读(433) 评论(0) 推荐(0) 编辑
摘要: Spring MVC【入门】就这一篇! 我没有三颗心脏 阅读全文
posted @ 2020-09-08 17:33 highly 阅读(108) 评论(0) 推荐(0) 编辑
摘要: import ReactDom from 'react-dom'; class LifeCycle extends React.Component { constructor(props) { super(props); alert("Initial render"); alert("constru 阅读全文
posted @ 2020-09-08 09:09 highly 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 转载于https://www.jianshu.com/p/61fe7a57fad4 阅读全文
posted @ 2020-09-07 21:17 highly 阅读(158) 评论(0) 推荐(0) 编辑