kilo/website/sidebars.js
leonnicolas edb8f63848
Add WireGuard monitor and docs
This commit adds a manifest for deploying a WireGuard prometheus
exporter, Role and RoleBinding for kube-prometheus to monitor the Kilo
namespace and a new guide in the docs about how to monitor Kilo.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
2021-10-19 22:46:44 +02:00

25 lines
563 B
JavaScript

module.exports = {
docs: [
{
type: 'doc',
id: 'introduction',
},
{
type: 'category',
label: 'Guides',
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies', 'userspace-wireguard', 'peer-validation', 'monitoring'],
},
{
type: 'category',
label: 'Reference',
items: ['annotations', 'kg', 'kgctl', 'api'],
},
{
type: 'category',
label: 'Contributing',
items: ['building_kilo', 'building_website'],
},
//Features: ['mdx'],
],
};