edb8f63848
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>
25 lines
563 B
JavaScript
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'],
|
|
],
|
|
};
|