logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

traefik使用 -- consul kv动态配置

consul下载地址:https://www.consul.io/downloadstraefik下载地址:https://github.com/traefik/traefik/releases启动traefik的命令traefik.exe --api.insecure=true--configFile=traefik-sample.yml配置文件 traefik-sample.yml######

#consul
traefik -- 流量复制

配置文件################################################################## Configuration sample for Traefik v2.## For Traefik v1: https://github.com/traefik/traefik/blob/v1.7/traefik.sample.toml##########

Gateway 通过nacos接入SpringBootAdmin

Gateway-Demopom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://mave

k8s使用暂未解决问题汇总

kubectl edit svc/xxx-service -n xxx-namespace保存的时候写入临时文件,然后报错error: services "xxx-service" is invalid

#k8s#kubernetes
k8s 部署redis [单机版]

参考链接https://blog.csdn.net/zhangjunli/article/details/108285401

#k8s#redis
k8s从节点不能运行kubectl命令的解决方法

https://blog.csdn.net/lfm940624/article/details/84706118

#k8s#kubernetes
到底了