prep k8s section

This commit is contained in:
alexfornuto 2021-10-07 12:03:52 -05:00
parent 67fdbf2d89
commit 9c5635780b
7 changed files with 30 additions and 6 deletions

View file

@ -104,8 +104,8 @@ module.exports = {
sidebarDepth: 0, sidebarDepth: 0,
children: [ children: [
"install/", "install/",
["k8s/helm", "Kubernetes"],
"install/binary", "install/binary",
"install/helm",
"install/from-source", "install/from-source",
], ],
}, },
@ -147,18 +147,28 @@ module.exports = {
}, },
], ],
}, },
{
title: "Kubernetes",
collapsable: false,
path: "/docs/k8s/",
type: "group",
sidebarDepth: 0,
children: [
"k8s/",
"k8s/helm"
]
},
{ {
title: "Topics", title: "Topics",
collapsable: false, collapsable: false,
path: "/docs/topics/", path: "/docs/topics/",
type: "group", type: "group",
sidebarDepth: 1, sidebarDepth: 0,
children: [ children: [
"topics/certificates", "topics/certificates",
"topics/data-storage", "topics/data-storage",
"topics/getting-users-identity", "topics/getting-users-identity",
"topics/original-request-context", "topics/original-request-context",
"topics/kubernetes-integration",
"topics/production-deployment", "topics/production-deployment",
"topics/programmatic-access", "topics/programmatic-access",
"topics/single-sign-out", "topics/single-sign-out",

View file

@ -67,4 +67,4 @@
/docs/quick-start/synology.html /docs/guides/synology.html /docs/quick-start/synology.html /docs/guides/synology.html
/docs/client.html /docs/tcp/client.html /docs/client.html /docs/tcp/client.html
/docs/topics/tcp-support.html /docs/tcp/ /docs/topics/tcp-support.html /docs/tcp/

View file

@ -1,12 +1,12 @@
--- ---
title: Kubernetes / Helm title: Helm
lang: en-US lang: en-US
meta: meta:
- name: keywords - name: keywords
content: pomerium identity-access-proxy oidc kubernetes Helm reverse-proxy content: pomerium identity-access-proxy oidc kubernetes Helm reverse-proxy
--- ---
# Pomerium using Helm # Install Pomerium using Helm
This quick-start will show you how to deploy Pomerium with [Helm] on [Kubernetes]. This quick-start will show you how to deploy Pomerium with [Helm] on [Kubernetes].

View file

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

14
docs/docs/k8s/ingress.md Normal file
View file

@ -0,0 +1,14 @@
---
title: Ingress Controller
lang: en-US
meta:
- name: keywords
content: pomerium identity-access-proxy oidc kubernetes Ingress reverse-proxy
---
# Kubernetes Ingress Controller
## Installation
##