# sentinel **Repository Path**: kayer/sentinel ## Basic Information - **Project Name**: sentinel - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-31 - **Last Updated**: 2021-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sentinel 1.在springboot代码中引入sentinel依赖,如下所示: com.alibaba.cloud spring-cloud-starter-alibaba-sentinel 2.2.1.RELEASE 2.打包镜像,跟普通Dockerfile一样,不需要加其他额外的变量参数 4.部署sentinel,详见sentinel.yaml文件 6.部署微服务应用,详见nginx.yaml文件 8.说明 nginx.yaml文件是第二步打包后的微服务,需要注意的是 需要添加sentinel的环境变量参数,这是sentinel的web端地址; - name: "spring.cloud.sentinel.transport.dashboard" value: "192.168.0.170:30101"