zoukankan      html  css  js  c++  java
  • 第 7 章 Neutron

    Service Plugin / Agent

     

    Core Plugin/Agent 负责管理核心实体:net, subnet 和 port。

    而对于更高级的网络服务,则由 Service Plugin/Agent 管理。

     

    Service Plugin 及其 Agent 提供更丰富的扩展功能,包括路由,load balance,firewall等,如图所示:

     

    DHCP

    dhcp agent 通过 dnsmasq 为 instance 提供 dhcp 服务。

     

    Routing

    l3 agent 可以为 project(租户)创建 router,提供 Neutron subnet 之间的路由服务。路由功能默认通过 IPtables 实现。

     

    Firewall

    l3 agent 可以在 router 上配置防火墙策略,提供网络安全防护。另一个与安全相关的功能是 Security Group,也是通过 IPtables 实现。

    Firewall 与 Security Group 的区别在于:

    Firewall 安全策略位于 router,保护的是某个 project 的所有 network。

    Security Group 安全策略位于 instance,保护的是单个 instance。

     

    Load Balance

    Neutron 默认通过 HAProxy 为 project 中的多个 instance 提供 load balance 服务。

     

    ---------------------------------------------------------引用来自------------------------------------------------------------------------------
    https://www.cnblogs.com/CloudMan6/p/5770744.html
    https://mp.weixin.qq.com/s?__biz=MzIwMTM5MjUwMg==&mid=2653587670&idx=1&sn=0e1f5e078b9f323f3ad3cff4a9095f4b&chksm=8d3080cfba4709d9f8356bca2cc39663e151e78b9d3656261131cbcedbd8bdcc5e31c0cbf110&scene=21#wechat_redirect

  • 相关阅读:
    Android apk 的安装过程
    Android布局技巧
    Android achartengine统计图
    Less适配移动端rem
    jquery.cookie.js时间设置
    前端面试题记录
    js身份证号码验证(小程序版)
    leetcode算法题笔记|Reverse Integer
    leetcode算法题笔记|two sum
    微信小程序多商品评价评星提交
  • 原文地址:https://www.cnblogs.com/gsophy/p/11120717.html
Copyright © 2011-2022 走看看