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

  • 相关阅读:
    python实例26[查询修改文件的属性]
    [SCM]源码管理 VisualSVN Server+TortoiseSVN
    持续集成之“依赖管理”
    Spoon:在“云”上运行桌面应用程序
    数字签名的验证
    判断Linux/Unix为32位或64位
    持续集成理论和实践的新进展
    [SCM]源码管理 SVN Server
    [BuildRelease Management]Parabuild
    为VM增加磁盘空间
  • 原文地址:https://www.cnblogs.com/gsophy/p/11120717.html
Copyright © 2011-2022 走看看