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

feat: adding playground tutorial #47

Merged
merged 2 commits into from
May 18, 2023
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
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