k8s:部署sentinel-dashboard
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了k8s:部署sentinel-dashboard相关的知识,希望对你有一定的参考价值。
参考技术A 1、构建镜像(DockerFile)2、本地测试镜像(docker run)
3、上传至harbor(192.168.100.204:80)
4、创建StatefulSet和service
https://blog.csdn.net/weixin_44729138/article/details/106054025
5、通过serviceIP访问
docker build -t 192.168.100.204:80/sd/sentinel:v2 .
浏览器访问:localhost:81
新增sentinel.yaml和sentinel-service.yaml
4、从外部通过serviceIP访问
账号sentinel 密码sentinel
以上是关于k8s:部署sentinel-dashboard的主要内容,如果未能解决你的问题,请参考以下文章