logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

rke安装k8s

InstallationRKE is a fast, versatile Kubernetes installer that you can use to install Kubernetes on your Linux hosts. You can get started in a couple of quick and easy steps:Download the RKE Bina...

三、kubernetes实践:rancher-ha-rke安装k8s

参考 https://www.cnrancher.com/docs/rancher/v2.x/cn/installation/ha-install/1. 常规节点配置optionrequireddescriptionaddressyes公共域名或IP地址useryes可以运行docker命令的用户roleyes分配给节点的Kubernetes角色...

kubernetes实践:安装nfs服务器

找一台服务器搭建一台nfs服务器系统:Ubuntu 16.04IP:172.18.1.13apt install nfs-common nfs-kernel-server -y#配置挂载信息cat /etc/exports/data/k8s *(rw,sync,no_root_squash)#给目录添加权限chmod -R 777 /data/k8s#启动/etc/init....

python脚本统计局域网服务器和pc机的系统信息,并生成excel表格

#!/usr/bin/envpython#-*-coding:utf_8-*-#Date:2016/10/17#Author:wangpeng#blog:http://wangpengtai.blog.51cto.comimportsubprocessimportnmapimporttime,datetimeimportxlrd,xlsxwr...

kubernetes实践:安装jenkins slave

一、安装Jenkins1. 安装存储服务器找一台服务器搭建一台nfs服务器系统:Ubuntu 16.04IP:172.18.1.13apt install nfs-common nfs-kernel-server -y#配置挂载信息cat /etc/exports/data/k8s *(rw,sync,no_root_squash)#给目录添加权限chmod -R 777 ...

kubernetes实践:内部dns域名解析服务器

操作系统:Ubuntu 16.04服务器IP:172.18.1.121. 安装bind9apt install bind9 -y2. 配置解析文件进入/etc/bind目录下,打开named.conf.local//// Do any local configuration here//// Consider adding the 1918 zones here, if the...

kubernetes实践:helm安装harbor

GitHub:Helm Chart for Harbor1. 添加harbor的helm库helm repo add harbor https://helm.goharbor.io2. 将harbor下载到本地helm fetch harbor/harbortar xf harbor-1.1.1.tgz3. 自定义配置默认的values.yaml基本不需要多大改动,只有极个别的需...

到底了