• 第 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

  • 相关阅读:
    单例模式
    工厂模式
    代理模式
    网络问题
    java中System.getProperty()方法详解
    配置logback.xml文件来实现日志文件输出
    Spring MVC 文件上传与下载快速学习
    SpringMVC中的视图和视图解析器
    JSON的概述和简单的操作
    BeanValidate中的注解
  • 原文地址:https://www.cnblogs.com/gsophy/p/11120717.html
Copyright © 2020-2023  润新知