Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport #10620 to branch/v9 #11542

Merged
merged 5 commits into from
Mar 30, 2022
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
20 changes: 12 additions & 8 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,18 @@
{
"title": "Getting Started",
"slug": "/kubernetes-access/getting-started/",
"entries": [
{
"title": "Cluster",
"slug": "/kubernetes-access/getting-started/cluster/"
},
{
"title": "Agent",
"slug": "/kubernetes-access/getting-started/agent/"
"entries": [
{
"title": "Local Demo Cluster",
"slug": "/kubernetes-access/getting-started/local/"
},
{
"title": "Cluster",
"slug": "/kubernetes-access/getting-started/cluster/"
},
{
"title": "Agent",
"slug": "/kubernetes-access/getting-started/agent/"
}
]
},
Expand Down
Binary file added docs/img/connected-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pages/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: tocless-doc
<Tile icon="bolt" title="Docker" href="./getting-started/docker-compose.mdx">
Try Teleport locally using Docker Compose.
</Tile>
<Tile icon="kubernetes" title="Kubernetes" href="./kubernetes-access/getting-started/cluster.mdx">
<Tile icon="kubernetes" title="Kubernetes" href="./kubernetes-access/getting-started/local.mdx">
Get started with Teleport and Kubernetes.
</Tile>
<Tile icon="cloud" title="Cloud" href="https://goteleport.com/signup">
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/kubernetes-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ layout: tocless-doc
---

<TileSet>
<Tile title="Try Teleport on a Local Kubernetes Cluster" href="./getting-started/local.mdx">
![Teleport ](../../img/k8s/mini-diagrams/teleport-in-k8s-mono.svg)
Quickly see how Teleport works with Kubernetes on your laptop.
</Tile>
<Tile title="Teleport Cluster in Kubernetes" href="./getting-started/cluster.mdx">
![Teleport ](../../img/k8s/mini-diagrams/teleport-in-k8s-mono.svg)
Deploy a standalone Teleport cluster in a Kubernetes cluster.
Expand Down
Loading