kubernetes的EFK部署标签(空格分隔):kubernetes系列一:kubernetes的EFK部署一:kubernetes的EFK部署1.1关于pod的日志信息cd/var/log/containers/lsls-lrt*1.2kubernetes的EFK部署添加Googleincubator仓库helmrepoaddincubatorhttp://storage.googleapis
分类:
Web程序 时间:
2020-04-03 18:01:14
阅读次数:
131
一、创建POD时指定相应标签apiVersion:v1kind:Podmetadata:name:kubia-manualnamespace:testlabels:app:web_html#定义了app标签为:web_htmlenv:prod#定义了env标签为:prodspec:containers:-name:kubiaimage:luksa/kubiaports:-containerPort
分类:
其他好文 时间:
2020-04-01 10:49:54
阅读次数:
405
filebeat.inputs: - type: docker containers.ids: - 'b77cea34ab4512727a1ae5e14073640c286dcd13d030cb114a9e6befead05a3b' setup.kibana: hosts: ["xx.xx.xxx. ...
分类:
其他好文 时间:
2020-03-17 10:16:39
阅读次数:
164
Volume和PersistentVolume 数据卷和持久数据卷 1.Volume kubernetes中的Volume提供了容器中挂载外部存储的能力 Pod需要设置卷来源(spec.volume)和挂载点(spec.containers.volumeMounts)两个信息后才能使用相应的Volu ...
分类:
Web程序 时间:
2020-03-10 15:35:32
阅读次数:
67
STL 是 C++ 标准程序库的核心。STL 内的所有组件都由模板构成,因此元素可以是任意型别。 STL六部分为:容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(algorithms)、仿函数(functors)。 容器 ...
分类:
其他好文 时间:
2020-03-03 22:21:05
阅读次数:
62
资源限制pod和container的资源请求和限制#cpu上限spec.containers[].resources.limits.cpu#内存上限spec.containers[].resources.limits.memory#创建时分配的基本cpu资源spec.containers[].resources.requests.cpu#创建时分配的基本内存资源spec.containers[].
分类:
Web程序 时间:
2020-02-21 23:55:55
阅读次数:
131
注意此篇文章接上篇:K8s之Pod资源管理及创建Harbor私有镜像仓库https://blog.51cto.com/14464303/2471369一、资源限制:pod和container的资源请求和限制:spec.containers[].resources.limits.cpu#cpu上限spec.containers[].resources.limits.memory#内存上限spec.c
分类:
其他好文 时间:
2020-02-18 23:18:41
阅读次数:
100
最近使用docker 发现一个可怕的问题,那就是创建容器后,会把磁盘空间占满,太可恶了。 经过查阅网站,发现这个问题是可以避免的。 可怕的路径:/var/lib/docker/containers 原理: docker 创建容器默认是生成一串数字,系统会为这串数字创建一个目录。里面有*json.lo ...
分类:
其他好文 时间:
2020-02-17 12:37:14
阅读次数:
614
curl -s https://zhangguanzhang.github.io/bash/pull.sh | bash -s -- gcr.io/google_containers/kube-apiserver-amd64:v1.11.3 参考: https://www.ilanni.com/?p... ...
分类:
其他好文 时间:
2020-02-15 09:45:06
阅读次数:
84
减轻集群负载、三种k8s 替代openstack的解决方案 待办https://news.ycombinator.com/item?id=17013779kubevirthttps://hostadvice.com/blog/kata-containers-kubevirt-virtlet-vm-s... ...
分类:
其他好文 时间:
2020-02-14 12:49:18
阅读次数:
160