Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 23 additions & 4 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
{ "title": "Migration", "slug": "/kubernetes-access/guides/migration/" }
]
},
{
"title": "Helm Guides",
"slug": "/kubernetes-access/helm/guides/",
"entries": [
{ "title": "AWS EKS Cluster", "slug": "/kubernetes-access/helm/guides/aws/" },
{ "title": "Google Cloud GKE Cluster", "slug": "/kubernetes-access/helm/guides/gcp/" },
{ "title": "Customize Deployment config", "slug": "/kubernetes-access/helm/guides/custom/" },
{ "title": "Migrating from older charts", "slug": "/kubernetes-access/helm/guides/migration/" }
]
},
{ "title": "Helm Chart reference", "slug": "/kubernetes-access/helm/reference/" },
{ "title": "Access Controls", "slug": "/kubernetes-access/controls/" }
]
},
Expand Down Expand Up @@ -88,7 +99,7 @@
"entries": [
{ "title": "Role Templates", "slug": "/access-controls/guides/role-templates/" },
{ "title": "Second Factor - U2F", "slug": "/access-controls/guides/u2f/" },
{ "title": "Per-session MFA", "slug": "/access-controls/guides/per-session-mfa/" },
{ "title": "Per-session MFA", "slug": "/access-controls/guides/per-session-mfa/" },
{ "title": "Dual Authorization", "slug": "/access-controls/guides/dual-authz/" },
{ "title": "Impersonation", "slug": "/access-controls/guides/impersonation/" }
]
Expand All @@ -113,7 +124,7 @@
{ "title": "IBM", "slug": "/ibm-cloud-guide/" },
{ "title": "OpenSSH Guide", "slug": "/openssh-teleport/" }
]
},
},
{
"icon": "building",
"title": "Teleport Enterprise",
Expand All @@ -136,7 +147,7 @@
"icon": "cloud",
"title": "Cloud",
"entries": [
{ "title": "Introduction", "slug": "/cloud/introduction/" },
{ "title": "Introduction", "slug": "/cloud/introduction/" },
{ "title": "Getting Started", "slug": "/cloud/getting-started/" },
{ "title": "Architecture", "slug": "/cloud/architecture/" },
{ "title": "FAQ", "slug": "/cloud/faq/" }
Expand Down Expand Up @@ -172,7 +183,7 @@
{ "title": "YAML", "slug": "/config-reference/" },
{ "title": "CLI", "slug": "/cli-docs/" },
{ "title": "Metrics", "slug": "/metrics-logs-reference/" },
{
{
"title": "API",
"slug": "/reference/api/",
"entries": [
Expand All @@ -186,12 +197,20 @@
],
"variables": {
"version": "7.0",
"helm": {
"version": "3.4.2"
},
"kubernetes": {
"major_version": "1",
"minor_version": "17"
},
"teleport": {
"version": "6.1.0",
"golang": "1.16",
"plugin": {
"version": "6.1.0"
},
"helm_repo_url": "https://charts.releases.teleport.dev",
"latest_oss_docker_image": "quay.io/gravitational/teleport:7.0",
"latest_ent_docker_image": "quay.io/gravitational/teleport-ent:7.0"
}
Expand Down
Binary file added docs/img/helm/gcp/1-roles@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/11-createkey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/12-privatekey@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/13-dns-createrole@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/2-createrole@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/3-addpermissions@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/4-storagebucketscreate@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/5-select@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/6-createrole@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/7-serviceaccounts@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/8-createserviceaccount@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/helm/gcp/9-addroles@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions docs/pages/kubernetes-access/helm/guides.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Guides for running Teleport using Helm
description: How to install and configure Teleport in Kubernetes using Helm
layout: tocless-doc
---

# Guides
Comment thread
webvictim marked this conversation as resolved.
Outdated

<TileSet>
<Tile icon="kubernetes" title="Standalone Teleport Cluster" href="../getting-started.mdx">
Getting started with Kubernetes Access
</Tile>
<Tile icon="kubernetes" title="HA AWS Teleport Cluster" href="./guides/aws.mdx">
Running an HA Teleport cluster in Kubernetes using an AWS EKS Cluster
</Tile>
<Tile icon="kubernetes" title="HA GCP Teleport Cluster" href="./guides/gcp.mdx">
Running an HA Teleport cluster in Kubernetes using a Google Cloud GKE cluster
</Tile>
<Tile icon="kubernetes" title="Custom Teleport config" href="./guides/custom.mdx">
Running a Teleport cluster in Kubernetes with a custom Teleport config
</Tile>
</TileSet>

## Migration Guides

- [Migrating from the legacy `teleport` chart](./guides/migration.mdx)

## Detailed Helm chart references

- [Helm chart reference](./reference.mdx)
Loading