jaguar - linux foundation events · 2018. 10. 12. · jaguar: open source solution for kubernetes...

14
JAGUAR: Open Source Solution for Kubernetes Network GengXingyuanExpert of Software Engineering, ZTE Derek JeeCo-Founder, SDNLAB

Upload: others

Post on 10-Feb-2021

1 views

Category:

Documents


0 download

TRANSCRIPT

  • JAGUAR:Open Source Solution for Kubernetes Network

    GengXingyuan:Expert of Software Engineering, ZTE

    Derek Jee:Co-Founder, SDNLAB

  • Introducing Jaguar

    • Project for Kubernetes Network• Launched ( Jul. 23, 2018 )

    • First Release ( Oct. 10, 2018 )

    • https://gitlab.com/sdnlab/jaguar

    • Project of Education

    • PBL(Project Based Learning)

    • OpenDaylight & kubernetes courses

    https://gitlab.com/sdnlab/jaguar/wikis/home

  • Project Based Learning

    Requirements

    Analysis

    Design

    Coding

    Testing

    Acceptance

    Personal ability

    Teamwork

    Knowledge reserve

    Code style

    Requirement analysis

    Test design

    Engineering realization

    Release management

    Conceptual abstraction

    Effective presentation

    Project review

    Team collaborative Tools

    Project Show

  • Practice Cloud

    Practice Cloud

    Infrastructure

    Networking Practice

    Cloud

    Networking Security

    Practice CloudBig Data Practice Cloud

    Artificial Intelligence

    Practice Cloud

    CMP: Cloud Management Platform

    TOP: Traning Orchestration Platform

    Education Service Chain

    Online Training

    Training Camp

    Professional Training

    Qualification

    &

    Certification

    Talent Chip Project

  • OpenDaylight & kubernetes Courses

    ETCD

    API Server OVS

    K8S-Master

    datastore

    K8S

    model

    IPAM

    model

    ovsdb

    model

    OVSDB

    SB PluginIPAM VNET

    Restful

    API

    Jaguar CNI plugin

    OVS

    K8S-Node 1

    RESTCONF

    OVSDB gRPC

    Jaguar CNI plugin

    OVS

    K8S-Node 2

  • Design Principle

    Simplicity

    • Simple Design, Convention over configuration

    Flexibility

    • Modular(OSGi), Event Driven

    Interface-Oriented

    • Model Driven

    • Parnas' Principles - separation of interface and implementation

  • Simplicity

    • Kent Beck’s Four Rules of Simple Design

    – Passes its tests

    – Minimizes duplication

    – Maximizes clarity

    – Has fewer elements

    • Convention Over Configuration - Jaguar’s Convention

    – default bridge name – br0

    – default pod’s CIDR – 172.100.0.0/16

    – default IPAM policy

  • Jaguar’s Module

    • watcher

    • IPAM

    • network

    • CNIPlugin

  • Jaguar’s Interface

    • K8S model

    • IPAM model

  • Jaguar Network Design

    K8S Node

    Managment

    VXLAN

    ConfigurationPOD IP Pool

    Address

    Assignment

    CNINode 1

    eth0

    10.0.0.2/24

    VXLAN

    ovs-br

    Route

    192.168.1.2/24

    eth0

    POD2POD1

    192.168.2.2/24

    eth0

    CNINode 2

    eth0

    10.0.0.3/24

    VXLAN

    ovs-br

    Route

    192.168.4.2/24

    eth0

    POD2POD1

    192.168.3.2/24

    eth0

  • Introduction to First Release - Sky

    • Features – Kubernetes’s fundamental requirements

    – all containers can communicate with all other containers without NAT

    – all nodes can communicate with all containers (and vice-versa) without

    NAT

    – the IP that a container sees itself as is the same IP that others see it

    as

    • Code quantity

    – UT,IT,ST

    • Demo

    – Eat your own dog food.

  • Future Plan

    • Next Release

    – Surport Kubernetes Service

    • Next Next Release

    – Support Network Policies

  • Getting involved

    • Get the Code, Build the Code, Run the Code

    • Became a Jaguar Member

    • Join the Public Mailing List

    • For more details

    https://gitlab.com/sdnlab/jaguar/wikis/home

    https://gitlab.com/sdnlab/jaguar/wikis/home