docs: add network policies examples

This commit adds a guide for deploying Kubernetes NetworkPolicy support
to a cluster running Kilo.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-04-28 14:50:57 +02:00
parent 8bb9600e5e
commit 94f9a5e507
4 changed files with 177 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
id: network-policies
title: Network Policies
hide_title: true
---

View File

@@ -7,7 +7,7 @@ module.exports = {
{
type: 'category',
label: 'Guides',
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services'],
items: ['topology', 'vpn', 'vpn-server', 'multi-cluster-services', 'network-policies'],
},
{
type: 'category',