Add Deploy routing peers to a Kubernetes cluster guide (#151)

* Add Deploy routing peers to a Kubernetes cluster guide

* adjust images width
This commit is contained in:
Maycon Santos
2024-02-23 17:33:24 +01:00
committed by GitHub
parent c0a58196f1
commit 6d9367af6b
8 changed files with 131 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ export const docsNavigation = [
{ title: 'Running NetBird on FaaS', href: '/how-to/netbird-on-faas' },
{ title: 'Delete your NetBird account', href: '/how-to/delete-account' },
{ title: 'Manage access with posture checks', href: '/how-to/manage-posture-checks' },
{ title: 'Deploy routing peers to Kubernetes', href: '/how-to/routing-peers-and-kubernetes' },
{ title: 'Report bugs and issues', href: '/how-to/report-bug-issues' },
{ title: 'Troubleshooting client issues', href: '/how-to/troubleshooting-client' },
{ title: 'Examples', href: '/how-to/examples' },