logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Minio分布式搭建

第一步:数据存储目录 &&启动脚本目录 && 集群配置文件目录mkdir -p /minio/{data1,data2} && mkdir -p /opt/minio &&mkdir -p /etc/minio第二部:编写启动脚本目录vim /opt/minio/run.sh内容如下:#!/bin/bashexport MINIO_A

#分布式#集群#centos
K8S故障排查思路

K8S故障排查思路这张图的原文地址:https://learnk8s.io/troubleshooting-deployments

#k8s
kuboard spray

安装docker20.10,以及kuboard-spray安装k8s

#docker#容器#运维
【Kong】网关

学习链接:开源API网关系统(Kong教程)入门到精通github地址:https://github.com/Kong/kong笔记:使用Kong和Konga管理微服务和APIkonga的一些使用1、看图很容易看明白,路由是入口,会路由到后面的服务2、配置路由时,hosts、paths等(输入一个回车一次,可输入多个)只有回车后才能保存;3、概念、术语Upstrea...

#kong#nginx#lua +1
spring 集成rest风格的cxf

1、配置web.xmlcxforg.apache.cxf.transport.servlet.CXFServletconfig-locationclasspath:spring-cxf.xml2cxf/rest/*2、配置web.xml

#spring
到底了