Linux 部署Sentinel控制台

Sentinel 是面向分布式、多语言异构化服务架构的流量治理组件,主要以流量为切入点,从流量路由、流量控制、流量整形、熔断降级、系统自适应过载保护、热点流量防护等多个维度来帮助开发者保障微服务的稳定性。

1.版本选择

SpringCloudAlibaba SpringCloud SpringBoot 版本对照-CSDN博客

2.资源下载

资源地址: Release v1.8.1 · alibaba/Sentinel · GitHub

wget https://github.com/alibaba/Sentinel/releases/download/1.8.1/sentinel-dashboard-1.8.1.jar

3.启动

注意:sentinel-dashboard 默认端口8080。

复制代码
java -jar sentinel-dashboard-1.8.1.jar

sentinel-dashboard 默认端口8080,如果存在端口占用问题修改如下:

java -Dserver.port=6666 -Dcsp.sentinel.dashboard.server=localhost:6666 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.1.jar

默认账号/密码是 sentinel/sentinel

相关推荐
sevevty-seven11 天前
Sentinel
linux·服务器·sentinel
秋恬意11 天前
什么是Sentinel?以及优缺点
sentinel
liang899911 天前
Sentinel(一):Sentinel 介绍和安装
sentinel
述雾学java12 天前
Sentinel 服务限流机制
sentinel
2401_8532757313 天前
Sentinel实现原理
服务器·网络·sentinel
苏格拉没有底_coder15 天前
【Redis】Sentinel哨兵
redis·sentinel
苏格拉没有底_coder20 天前
基于 Spring Cloud Gateway + Sentinel 实现高并发限流保护机制
sentinel
未来并未来21 天前
Sentinel 流量控制安装与使用
开发语言·python·sentinel
·云扬·21 天前
【PmHub面试篇】集成 Sentinel+OpenFeign实现网关流量控制与服务降级相关面试题解答
面试·职场和发展·sentinel
ℳ₯㎕ddzོꦿ࿐22 天前
Ubuntu 24.04 上安装与 Docker 部署 Sentinel
ubuntu·docker·sentinel