mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-24 14:37:12 +02:00
prep k8s section
This commit is contained in:
parent
67fdbf2d89
commit
9c5635780b
7 changed files with 30 additions and 6 deletions
|
@ -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",
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -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].
|
||||||
|
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
BIN
docs/docs/k8s/img/logged-in-as.png
Normal file
BIN
docs/docs/k8s/img/logged-in-as.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 300 KiB |
14
docs/docs/k8s/ingress.md
Normal file
14
docs/docs/k8s/ingress.md
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
##
|
Loading…
Add table
Add a link
Reference in a new issue