官网链接 https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns/coredns 用途:为service提供dns解析,部署后可以通过service名称访问该service,service会转发到pod,如果不部 ...
分类:
Web程序 时间:
2020-01-30 12:38:29
阅读次数:
156
官网链接 https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ 一、在master安装 kubectl apply -f https://raw.githubusercontent.com/kube ...
分类:
Web程序 时间:
2020-01-29 20:13:03
阅读次数:
100
man手册介绍 date命令作用:以指定格式显示当前时间或设置系统日期 语法 date [OPTION]... [+FORMAT] date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] 选项 -d, --date=STRING 以指定字符串格式显示日 ...
分类:
其他好文 时间:
2020-01-29 15:42:42
阅读次数:
110
(一)进入spark-shell命令界面(默认使用scala的命令界面) 1,如果进入了spark安装目录则使用、 1,一台机器启动spark:./bin/spark-shell --master <master-url>命令可进入shell界面,master-url参数可为:local[*]使用逻 ...
分类:
其他好文 时间:
2020-01-29 00:48:18
阅读次数:
82
1. 部署elasticsearch + kibana 2. 部署fluentd 参考网站:https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd elasticsearch 修改 fluentd es ...
分类:
其他好文 时间:
2020-01-28 23:28:21
阅读次数:
130
Redis下载 redis官网:http://redis.io/ redis 中文官网 :http://www.redis.cn redis集群教程:http://www.redis.cn/topics/cluster-tutorial.html Redis安装 1.下载redis安装包 wget ...
分类:
其他好文 时间:
2020-01-28 00:03:55
阅读次数:
97
题目内容 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ha ...
分类:
其他好文 时间:
2020-01-27 19:08:41
阅读次数:
65
源程序: #include<iostream> #include<iomanip> #include<string> using namespace std; string Months[13] = { "","Jan","Feb","Mar","Apr","May","Jun","Jul","Au ...
分类:
其他好文 时间:
2020-01-27 17:01:56
阅读次数:
75
0. General speaking static is a keyword in C++, and it can be used in variables, functions, and members of a class. 1. static members of a class stati ...
分类:
编程语言 时间:
2020-01-27 09:20:06
阅读次数:
64
1:下载tar包 2:tar -zxf 解压 3:进入解压后的ElasticSearch7.4.2目录,创建data目录,mkdir;用于存储以后的索引数据 4 :进入config目录,编辑 elasticsearch.yml文件, 配置如下: cluster.name: wjx-elasticse ...
分类:
系统相关 时间:
2020-01-26 20:54:22
阅读次数:
159