Skip to content

Commit

Permalink
Merge pull request #47 from AnaisUrlichs/adding-playground
Browse files Browse the repository at this point in the history
feat: adding playground tutorial
  • Loading branch information
AlexsJones committed May 18, 2023
2 parents 7d1b904 + 25a4c26 commit 677dff5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Getting Started Guide

You can either get started with K8sGPT in your own environment, the details are provided below or you can use our [Playground example on Killrcoda](../tutorials/playground.md).

## Prerequisites

1. Ensure `k8sgpt` is installed correctly on your environment by following the [installation](./installation.md).
Expand Down
13 changes: 13 additions & 0 deletions docs/tutorials/playground.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# K8sGPT Playground

If you want to try out K8sGPT, we highly suggest you to follow this Killrcoda example:

Link: [**K8sGPT CLI Tutorial**](https://killercoda.com/matthisholleville/scenario/k8sgpt-cli)

This tutorials covers:

- Run a simple analysis and explore possible options
- Discover how AI works Explanation
- Stay on the down-low with the anonymize option (because we don't want any trouble with the feds)
- Filter resources like a boss
- Use Integrations
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- Tutorials:
- Overview: tutorials/index.md
- Content Collection: tutorials/content-collection/content-collection.md
- K8sGPT Playground: tutorials/playground.md
- Reference:
- CLI:
- Overview: reference/cli/index.md
Expand Down

0 comments on commit 677dff5

Please sign in to comment.