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

  • 相关阅读:
    窗口的基本手势事件处理
    用户自定义手势,并识别
    安卓程序国际化,手机屏幕适配器
    排序:冒泡,快排,归并。
    哈夫曼树学习
    二叉树的学习。
    ArrayList和vector的区别
    关于try-catch-finally return 的面试题
    Java中的抽象和封装
    关于SelectedValue的众多解决方案
  • 原文地址:https://www.cnblogs.com/gsophy/p/11120717.html
Copyright © 2011-2022 走看看