Skip to content

Commit c3e0a44

Browse files
committed
added k8sgpt-operator
Signed-off-by: Iskren <iskren@kubermatic.com>
1 parent e4d99e0 commit c3e0a44

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

Loading
Loading
Loading
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
+++
2+
title = "K8sGPT Application"
3+
linkTitle = "K8sGPT"
4+
enterprise = true
5+
date = 2024-01-16T12:57:00+02:00
6+
weight = 11
7+
8+
+++
9+
10+
# What is K8sGPT-Operator?
11+
This Operator is designed to enable K8sGPT within a Kubernetes cluster.
12+
13+
It will allow you to create a custom resource that defines the behaviour and scope of a managed K8sGPT workload.
14+
15+
Analysis and outputs will also be configurable to enable integration into existing workflows.
16+
17+
For more information on the K8sGPT-Operator, please refer to the [official documentation](https://docs.k8sgpt.ai/reference/operator/overview/)
18+
19+
# How to deploy?
20+
21+
K8sGPT-Operator is available as part of the KKP's default application catalog.
22+
It can be deployed to the user cluster either during the cluster creation or after the cluster is ready(existing cluster) from the Applications tab via UI.
23+
24+
* Select the K8sGPT-Operator application from the Application Catalog.
25+
26+
![Select K8sGPT-Operator Application](01-select-application-k8sgpt-operator-app.png)
27+
28+
* Under the Settings section, select and provide appropriate details and click `-> Next` button.
29+
30+
![Settings for K8sGPT-Operator Application](02-settings-k8sgpt-operator-app.png)
31+
32+
* Under the Application values page section, check the default values and add values if any required to be configured explicitly. Finally click on the `+ Add Application` to deploy the K8sGPT-Operator application to the user cluster.
33+
34+
![Application Values for K8sGPT-Operator Application](03-applicationvalues-k8sgpt-operator-app.png)
35+
36+
To further configure the values.yaml, find more information under the [K8sGPT Helm chart](https://github.com/k8sgpt-ai/k8sgpt-operator/tree/main/chart/operator)

0 commit comments

Comments
 (0)