-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
80 lines (61 loc) · 2.85 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
title = "cvpp-landing"
baseURL = ""
languageCode = "en-us"
theme = "airspace-hugo"
[menu]
[[menu.header]]
weight = 1
name = "DOCUMENTATION"
url = "/docs"
[[menu.header]]
weight = 2
name = "GITHUB"
url = "https://github.com/contiv/vpp"
[[menu.header]]
weight = 3
name = "SLACK"
url = "https://contivvpp.slack.com/"
# 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"
# beginning of landing page
home = "Home"
# points to slider.html under themes/../partials
[params.slider]
enable = true
title = "Contiv VPP"
subtitle = "Contiv VPP is a Kubernetes CNI plugin that employs a programmable CNF vSwitch based an FD.io/VPP offering feature-rich, high-performance cloud native networking and services."
# points to wrapper.html under themes/../partials
[params.wrapper]
enable = true
title = "Challenges"
paragraph = "Kubernetes defines the Container Network Interface (CNI) – an API for network plugins providing connectivity between PODs. That’s worked well so far, but as cloud native deployments grow and more services are added, new solutions are needed. First, there is currently no API to map Kubernetes services and policies to network configurations so it’s up to network plugin implementers to figure that out. A standard suite of APIs based on open source code would solve that problem. Second, the current use of kube-proxy (with iptables) limits network performance, scale and feature updates required to meet new service and policy demands. Moving all network functions (including data plane and control plane) to user space increases performance, scale, reliability and innovation velocity."
# [params.blog]
# enable = true
# title = "Get The Latest On What We're doing"
# subtitle = "Catch up with us, anytime and anywhere"
# draft = true
# points to feature.html in partials
[params.feature]
enable = true
title = "Contiv VPP Highlights"
content = """
* Kubernetes services and policies traffic mapped to the FD.io/VPP data plane
* Automatically reprograms FD.io/VPP data plane upon service and policy updates received over Kubernetes APIs
* Accomodates high performance memif interfaces for inter-VPP communications along with existing veth/tap interfaces
* Observability using Prometheus and VPP trace functions
* Core component is the programmable CNF vSwitch built from open source FD.io/VPP and Ligato VPP Agent/APIs
* Full Kubernetes CNI support
* Runs in user space
* 100% open source
</br>
"""
[params.feature.button]
caption = "View Documentation"
url = "/docs"
[params.call]
enable = true
title = "Contiv VPP"