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,
children: [
"install/",
["k8s/helm", "Kubernetes"],
"install/binary",
"install/helm",
"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",
collapsable: false,
path: "/docs/topics/",
type: "group",
sidebarDepth: 1,
sidebarDepth: 0,
children: [
"topics/certificates",
"topics/data-storage",
"topics/getting-users-identity",
"topics/original-request-context",
"topics/kubernetes-integration",
"topics/production-deployment",
"topics/programmatic-access",
"topics/single-sign-out",

View file

@ -1,12 +1,12 @@
---
title: Kubernetes / Helm
title: Helm
lang: en-US
meta:
- name: keywords
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].

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
##