Sentinel Dashboard 的 Docker 镜像使用
1.下载 docker 镜像:https://hub.docker.com/r/anjia0532/sentinel-docker
2.启动 docker 容器:docker run -p8080:8080 anjia0532/sentinel-docker:1.6.3
3.访问 Sentinel Dashboard 管理网址(注意:只有1.6.0及以上版本,才有这个登录页面):http://localhost:8080/#/login ,用户名和密码,默认都是:sentinel
4.创建应用:https://github.com/cag2050/alibaba-sentinel-rate-limiting ,访问应用的接口,此时,在启动的Sentinel Dashboard中就可以看到启动的alibaba-sentinel-rate-limiting这个服务以及接口调用的实时监控了。
参考资料
参考资料 | 网址 |
---|---|
Spring Cloud Alibaba基础教程:使用Sentinel实现接口限流 | http://blog.didispace.com/spring-cloud-alibaba-sentinel-1/ |