第三章 KubeSphere3.3.0 + Sentinel 1.8.4 + Nacos 2.1.0 集群部署
文章目录
前言
Sentinel 是面向分布式、多语言异构化服务架构的流量治理组件,主要以流量为切入点,从流量控制、流量路由、熔断降级、系统自适应保护等多个维度来帮助用户保障微服务的稳定性(Sentinel官网原话)。官网地址:https://sentinelguard.io/zh-cn/。本节内容我使用kubesphere 3.3.0 平台构建 Sentinel 1.8.4流量治理组件。
一、创建配置文件
创建 bootstrap.properties 配置文件
#nacos
spring.application.name=sentinel-server
spring.cloud.nacos.discovery.server-addr=jzb-nacos.jianzhubao:8848
spring.cloud.nacos.config.server-addr=jzb-nacos.jianzhubao:8848
配置文件创建成功:
二、创建sentinel服务
1、创建一个有状态服务
2、拉取镜像
镜像地址集成nacos版本:docker pull wangzhen01/sentinel-nacos:v1.8.4 本文采用的是这个版本
镜像地址未集成nacos版本:docker pull wangzhen01/sentinel:v1.8.4
本文使用的是集成nacos的版本
3、配置挂载文件
配置文件挂载路径:/conf/bootstrap.properties
子路径:bootstrap.properties
4、应用创建检查
日志查看:
三、nacos检查是否注册成功
已经成功注册
再增加两个副本测试:
nacos 中注册成功
四 总结
至此,关于使用KubeSphere管理平台搭建一个流量治理组件Sentinel到这里就结束了(本文nacos为集群模式),非集成nacos版本下载镜像 docker pull wangzhen01/sentinel:v1.8.4 安装即可。作者制作不易,别忘了点赞、关注、加收藏哦,我们下期见。。。
五 其他文章传送门
第一章 KubeSphere 3.3.0 + Seata 1.5.2 + Nacos 2.1.0 (nacos集群模式)
第二章 KubeSphere3.3.0 + Nacos 2.1.0 (集群部署)
第三章 KubeSphere3.3.0 + Sentinel 1.8.4 + Nacos 2.1.0 集群部署
第四章 KubeSphere3.3.0 + Redis7.0.4 + Redis-Cluster 集群部署
第五章 KubeSphere3.3.0 + MySQL8.0.25 集群部署
第六章 KubeSphere3.3.0 安装部署 + KubeKey2.2.1(kk)创建集群
第七章 KubeSphere3.3.0 + MySQL8.0 单节点部署
第八章 KubeSphere3.3.0 + Redis7.0.4 单节点部署
第九章 KubeSphere3.3.0 + Nacos2.1.0 单节点部署
第十章 KubeSphere3.3.0 + FastDFS6.0.8 部署
第十一章 KubeSphere3.4.1 + MinIO:2024.3.15 部署