推荐
专栏
教程
课程
飞鹅
本次共找到1175条
nginx集群
相关的信息
Peter20
•
4年前
Redis几种集群模式
此文由转载现在越来越多的项目都会利用到redis,多实例redis服务比单实例要复杂的多,这里面涉及到定位、容错、扩容等技术问题。我们常用sharding技术来对此进行管理,其集群模式主要有以下几种方式:主从复制哨兵模式Redis官方Cluster集群模式(服务端sharding)Jedissharding集群(客户端sharding)
Stella981
•
3年前
Kubernetes学习之路(三)之Mater节点二进制部署
K8SMater节点部署1、部署KubernetesAPI服务部署apiserver提供集群管理的RESTAPI接口,包括认证授权、数据校验以及集群状态变更等。只有APIServer才能直接操作etcd;其他模块通过APIServer查
Stella981
•
3年前
Nginx HTTP 413 Request Entity Too Large
nginx做代理上传文件时返回HTTP413错误码,提示信息如下:413RequestEntityTooLargeTherequestedresourcedoesnotallowrequestdatawiththerequestedmethodortheamountofdataprovide
Stella981
•
3年前
Nginx测试实验
Nginx版本如何查看(windows系统下)!(https://oscimg.oschina.net/oscnet/56356bcb22da029a316641be84883aa0258.jpg)使用命令 nginxv!(https://
Stella981
•
3年前
RabbitMQ的高可用集群部署
RabbitMQ的高可用集群部署标签(空格分隔):消息队列部署1\.RabbitMQ部署的三种模式1.1单一模式单机情况下不做集群,仅仅运行一个RabbitMQ.dockercompose.yml
Wesley13
•
3年前
AKKA事件机制
AKKAEventBus事件机制就用于当前运行环境,与集群环境不同,详细见AKKA集群中的发布与订阅DistributedPublishSubscribeinCluster(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblo
Stella981
•
3年前
Nginx快速安装
登录nginx官网,点击download!(https://oscimg.oschina.net/oscnet/cbbf95a1f35af2c4d24f0508229bf20e513.png)点击稳定版本!(https://oscimg.oschina.net/oscnet/9b1a9eb422fec4d9c4be2218261418bc
Stella981
•
3年前
Nginx路由重写
server{listen80;server_name_;access_log/data/wwwlogs/access_nginx.logcombined;root/data/wwwroot/default;indexindex.htmlinde
Easter79
•
3年前
Spring该如何整合Redis集群
前言:在上一文中,我讲到了如何搭建redis集群让集群拥有分片的数据内存的扩容和哨兵的高可用(https://my.oschina.net/u/4115134/blog/3210013)。今天给大家讲解一下Spring如何整合Redis集群在这里首先给大家说一说分片和哨兵的特点:1.分片的主要的作
Stella981
•
3年前
Kafka配置文件
服务基本设置Theidofthebroker.Thismustbesettoauniqueintegerforeachbroker.kafka集群分组ID
1
•••
26
27
28
•••
118