Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k8sgpt-ai/docs

Documentation for K8sGPT
https://github.com/k8sgpt-ai/docs

ai chatgpt docs kubernetes sre

Last synced: 2 days ago
JSON representation

Documentation for K8sGPT

Awesome Lists containing this project

README

        

# K8sGPT Documentation

K8sGPT gives Kubernetes SRE superpowers to everyone

**The documentation provides the following**

* Getting started: Guides to install and use K8sGPT
* Tutorials: End-to-end tutorials on specific use cases
* Reference: Specific documentation on the features
* Explanation: Additional explanations on the design and use of the CLI

## Documentation enhancements

If anything is unclear please create an issue in the [docs repository.](https://github.com/k8sgpt-ai/docs)

## Running the documentation locally

**Prerequisites**

* Docker installed and running

Clone the repository
```bash
git clone [email protected]:k8sgpt-ai/docs.git
```

And then from within the docs repository, you can start the development server:
```bash
make mkdocs-serve
```

## Contributing
This documentation follows the [Diataxis](https://diataxis.fr/) framework.
If you are proposing completely new content to the documentation, please familiarise yourself with the framework first. The different directories in the documentation correspond to sections explored in the framework.

The contribution guidelines to the documentation are the same as for the main project: [K8sGPT contributing guidelines](https://github.com/k8sgpt-ai/k8sgpt/blob/main/CONTRIBUTING.md)