forked from networkservicemesh/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (63 loc) · 3.07 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
title = "Network Service Mesh"
baseURL = "https://networkservicemesh.io/"
languageCode = "en-us"
theme = "airspace-hugo"
[menu]
[[menu.header]]
weight = 1
name = "GITHUB"
url = "https://github.com/networkservicemesh/networkservicemesh"
[[menu.header]]
weight = 2
name = "DOCUMENTATION"
url = "/docs"
[[menu.header]]
weight = 3
name = "COMMUNITY"
url = "/community"
[[menu.header]]
weight = 4
name = "EVENTS"
url = "/events"
# The site's parameters
[params]
# If you want to remove the copyright text you need a Themefisher license.
# This license is offered with a 50% discount for all Hugo users.
# For information see https://github.com/gohugoio/hugoThemes/issues/260
dateFormat = "6 January 2006"
home = "Home"
[params.slider]
enable = true
title = "Network Service Mesh"
subtitle = "Network Service Mesh is a novel approach solving complicated L2/L3 use cases in Kubernetes that are tricky to address with the existing Kubernetes Network Model. Inspired by Istio, Network Service Mesh maps the concept of a service mesh to L2/L3 payloads."
[params.wrapper]
enable = true
title = "Problem Statement"
italic = "Multifaceted networks such as Telcos, ISPs, and advanced enterprise networks are rearchitecting their solutions with the advent of NFV, 5G networks, edge computing, and IoT devices. Each of these technologies brings a significant increase in the total number of connected devices, increased bandwidth available per device, and a significant increase in cloud service load."
paragraph = "Operators of multifaceted networks with advanced L2/L3 use cases currently find container networking solutions ill-suited for their next-generation architecture. Cloud-native solution's lack of support for advanced networking use cases is actively excluding multiple industries from adopting the new cloud-native paradigm."
[params.blog]
enable = false
title = "Get The Latest On What We're doing"
subtitle = "Catch up with us, anytime and anywhere"
[params.feature]
enable = true
title = "What is Network Service Mesh?"
content = """
Network service mesh (NSM) adds the following properties to networking in Kubernetes:
* Heterogeneous network configurations
* Exotic protocols
* On-Demand, dynamic, negotiated connections
* Tunneling as a first-class citizen
* Networking context as a first-class citizen
* Policy-driven service function chaining (SFC)
* A significant important feature of NSM is that it minimizes the need for changes to kubernetes.
These goals are accomplished using a simple set of APIs designed to facilitate connectivity between containers which are running services or with an external endpoint. New connections negotiate their connection properties. These properties include but are not limited to:
* Type of network interface. e.g. Linux Interface, MemIf, vhost-user
* Payload Type - e.g. Ethernet, IP, MPLS, L2TP
"""
[params.feature.button]
caption = "View Documentation"
url = "/docs"
[params.call]
enable = true
title = "Network Service Mesh"