All Projects → YeautyYE → nacos-nginx-template

YeautyYE / nacos-nginx-template

Licence: Apache-2.0 License
通过Nacos让Nginx拥有服务发现能力

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to nacos-nginx-template

mall4cloud
⭐️⭐️⭐️ Springcloud商城 O2O商城 小程序商城 PC商城 H5商城 APP商城 Java商城 分销商城 多用户商城 uniapp商城 微服务商城
Stars: ✭ 3,915 (+5051.32%)
Mutual labels:  nacos
docker-case
这个项目主要是为了快速拉起docker服务
Stars: ✭ 31 (-59.21%)
Mutual labels:  nacos
sca-best-practice
Provide microservice API for HanLP
Stars: ✭ 13 (-82.89%)
Mutual labels:  nacos
JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Stars: ✭ 517 (+580.26%)
Mutual labels:  nacos
DiscoveryPlatform
☀️ Nepxion DiscoveryPlatform is a platform for Nepxion Discovery with service governance, release orchestration, flow inspection, instance blacklist, gateway route 服务治理、蓝绿灰度编排、流量侦测、实例摘除、网关路由的平台
Stars: ✭ 63 (-17.11%)
Mutual labels:  nacos
nacos-python-sdk
python使用nacos的微服务sdk,以及python的熔断器和限流器
Stars: ✭ 28 (-63.16%)
Mutual labels:  nacos
xmutca-rpc
Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。
Stars: ✭ 18 (-76.32%)
Mutual labels:  nacos
nacos-sdk-cpp
C++ client for Nacos
Stars: ✭ 60 (-21.05%)
Mutual labels:  nacos
spring-cloud-alibaba-component
Sample of Spring Cloud Alibaba component
Stars: ✭ 50 (-34.21%)
Mutual labels:  nacos
yiying-parent
在线电影,基于分布式微服务架构,技术架构有SpringBoot、SpringCoud、nacos、dubbo、mybatis-plus、Druid,采用前后端分离方式进行开发,实现自定义视频上传、解码、存储、点播
Stars: ✭ 48 (-36.84%)
Mutual labels:  nacos
skycloud-base
🔥springcloud脚手架,配置中心(apollo/nacos) 注册中心(consul/nacos) 分布式事物(seata) 调用链(skywalking) 日志(ELK)监控(prometheus与grafana) 等,适合学习与快速开发使用
Stars: ✭ 80 (+5.26%)
Mutual labels:  nacos
php-nacos
阿里巴巴nacos配置中心-PHP客户端
Stars: ✭ 167 (+119.74%)
Mutual labels:  nacos
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (-25%)
Mutual labels:  nacos
spring-cloud
🔥 Develop distributed application services based on SpringCloud architecture model and components
Stars: ✭ 36 (-52.63%)
Mutual labels:  nacos
piccolo
Netty4长连接网关
Stars: ✭ 19 (-75%)
Mutual labels:  nacos
learn
一个学习使用的综合项目。实现方案为spring cloud alibaba
Stars: ✭ 38 (-50%)
Mutual labels:  nacos
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (+0%)
Mutual labels:  nacos
HOJ
⚡🔥Hcode Online Judge(HOJ)🔥⚡:基于SpringCloud与Vue前后端分离,分布式架构的在线测评平台OJ (An open source online judge system base on SpringBoot, Springcloud Alibaba and Vue.js !)
Stars: ✭ 68 (-10.53%)
Mutual labels:  nacos
Java Note
后端研发——笔记
Stars: ✭ 54 (-28.95%)
Mutual labels:  nacos
java-best-practice
Java学习例子,最佳实践
Stars: ✭ 19 (-75%)
Mutual labels:  nacos

nacos-nginx-template

LicenseGitter


简介

本项目以Agent的形式让Nginx实现对Nacos的服务发现.

快速启动

  1. 下载二进制包

    点击此处下载:最新稳定版

  2. 配置config.toml

    配置文件使用TOML进行配置

    demo : {nacos-nginx-template.home}/conf/config.toml.example

参数 描述 例子
nginx_cmd nginx命令的全路径 "/usr/sbin/nginx"
nacos_addr nacos的地址 "172.16.0.100:8848,172.16.0.101:8848,172.16.0.102:8848"
reload_interval nginx reload命令执行间隔时间(ms 默认值1000) 1000
nacos_service_name nacos服务名 "com.nacos.service.impl.NacosService"
nginx_config 需要修改nginx配置的路径 "/etc/nginx/nginx.conf"
nginx_upstream nginx中upstream的名字 "nacos-service"
  1. 启动

sh bin/startup.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].