当前位置:网站首页>Briefly describe the working principle of kept
Briefly describe the working principle of kept
2022-07-07 15:07:00 【wwzroom】
sketch keepalived working principle
keepalived The principle is vrrp The principle and lvs Combination of principles
vrrp The software implementation of the protocol , The purpose of native design is high availability ipvs service
Official website :http://keepalived.org/
function :
- be based on vrrp The protocol completes the address flow
- by vip The node where the address is located generates ipvs The rules ( Predefined in the configuration file )
- by ipvs Each part of the cluster RS Do health tests ( Check the health by visiting the specified page and returning the results )
- Call the interface based on the script to complete the functions defined in the script , This in turn affects cluster transactions .
- Support nginx、haproxy Etc
1.VRRP Network layer hardware implementation
Access to the external network within the enterprise is realized through the router , To prevent router problems , So we need two routers , But two routers ip And gateway are different , Virtualize two routers into the same ip(vip) And gateway , Let the gateway of the client point to the new gateway , Only run on one router at a time , Float at different times , To avoid conflict . When one goes wrong ,vip Will immediately float to another machine , Ensure continuous Internet access .
vrrp The working host wants to know the situation of the other host at the first time , Through the establishment of heartbeat line communication , Free for adoption arp The way to inform the other party of their working status , The working host sends free arp,( You can broadcast , It can also be unicast ), The purpose is to tell yourself that you have vip, And tell yourself your priorities , The standby node receives the message and compares it with its own priority , Your priority is lower than the working node , I don't work myself , When you can't receive free arp, Or the priority of the working node is lower than itself , Work will start from the node , At this point, get from the node vip Work on .
Firewall strategy can be used to destroy each other's heart jumpers , Because I can't receive free arp, At this point, both hosts will get vip, There will be brain cracking , If there is a brain crack , The first thing is to turn off a host keepalived service , Ensure that the service can work normally , Then find out the reason for maintenance .
2.Keepalived The structure and use of lvs Rules work
Official documents : https://keepalived.org/doc/
http://keepalived.org/documentation.html
User space core components :
vrrp stack:VIP The announcement
checkers: monitoring real server
system call: Realization vrrp The function of calling script during protocol state transition
SMTP: Mail component
IPVS wrapper: Generate IPVS The rules Netlink Reflector: Network interface WatchDog: Monitor progressControl components : Provide keepalived.conf The parser , complete Keepalived To configure
IO Multiplexer : Its own thread abstraction optimized for network purposes
Memory management components : For some general memory management functions ( Such as distribution , Redistribution , Release etc. ) Provide access
keepalived It is divided into kernel space and user space ,ipvs yes lvs Core components , adopt IPVS wrapper Component handle lvs Rule passed keepalived write in lvs Kernel space , control lvs The scheduling strategy of ,lvs Cooperation in production keepalived The use of ,netlink reflector Component implementation vip The strategy of ,VRRP Stack Realization vip float .Checkers Achieve health check , Enriched lvs The missing function of ,Keepalived The emergence of is to make up lvs Deficiency , Achieve high availability in production .SMTP It is a mail alarm service .Keepalive And nginx Cooperate , because nginx The primary and standby relationship between agents cannot be checked for health and shared , adopt Keepalived Realization . High availability of agents depends on keepalived Realization .
边栏推荐
- JSON解析实例(Qt含源码)
- 最安全的证券交易app都有哪些
- Change win10 Screensaver
- Novel Slot Detection: A Benchmark for Discovering Unknown Slot Types in the Dialogue System
- Unity之ASE实现全屏风沙效果
- Lidar knowledge drops
- "Baidu Cup" CTF competition 2017 February, web:include
- Niuke real problem programming - Day12
- 摘抄的只言片语
- Today's sleep quality record 78 points
猜你喜欢
Niuke real problem programming - Day9
MySQL installation configuration 2021 in Windows Environment
Ctfshow, information collection: web1
【深度学习】语义分割实验:Unet网络/MSRC2数据集
CTFshow,信息搜集:web14
【服务器数据恢复】某品牌StorageWorks服务器raid数据恢复案例
Pandora IOT development board learning (HAL Library) - Experiment 12 RTC real-time clock experiment (learning notes)
CTFshow,信息搜集:web13
MySQL bit类型解析
Infinite innovation in cloud "vision" | the 2022 Alibaba cloud live summit was officially launched
随机推荐
Several ways of JS jump link
Protection strategy of server area based on Firewall
[server data recovery] data recovery case of raid failure of a Dell server
【OBS】RTMPSockBuf_ Fill, remote host closed connection.
Mathematical modeling -- what is mathematical modeling
安恒堡垒机如何启用Radius双因素/双因子(2FA)身份认证
Ctfshow, information collection: web4
@ComponentScan
【跟着江科大学Stm32】STM32F103C8T6_PWM控制直流电机_代码
Read PG in data warehouse in one article_ stat
@Introduction and three usages of controlleradvice
拜拜了,大厂!今天我就要去厂里
Niuke real problem programming - day20
Why do we use UTF-8 encoding?
STM32F103C8T6 PWM驱动舵机(SG90)
防火墙基础之服务器区的防护策略
"July 2022" Wukong editor update record
【搞船日记】【Shapr3D的STL格式转Gcode】
数学建模——什么是数学建模
激光雷達lidar知識點滴