You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/index.md
+26-3
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,33 @@ layout: default
6
6
7
7
# Documentation
8
8
9
-
Welcome to the **KubeSnapIt** documentation! This section will guide you through everything you need to know to use and contribute to KubeSnapIt effectively. Whether you're new to the project or an experienced user, you'll find all the information you need here to help you manage and snapshot your Kubernetes resources.
9
+
Welcome to the **KubeDeck Launcher** documentation. This guide provides the information you need to use and contribute to KubeDeck Launcher effectively. Whether you're new to the project or have prior experience, you'll find details to help you manage Kubernetes resources efficiently.
10
10
11
-
### Why KubeSnapIt?
12
-
KubeSnapIt is designed to simplify the management of Kubernetes resources by providing functionalities for snapshotting, comparing, and restoring configurations. It automates resource management tasks, making it easier to maintain and review your Kubernetes environments.
11
+
### What is KubeDeck Launcher?
12
+
13
+
KubeDeck Launcher integrates the functionalities of KubeTidy and KubeSnapIt into a single, PowerShell-based UI. It streamlines Kubernetes management by automating tasks such as cleaning up unused resources in your kubeconfig file and managing snapshots.
14
+
15
+
**Key Features:**
16
+
17
+
-**Unified Interface:** Manage both KubeTidy and KubeSnapIt from a single UI.
18
+
19
+
-**Resource Cleanup with KubeTidy:**
20
+
21
+
- Remove unused or outdated resources from your kubeconfig file.
22
+
23
+
- Export specific contexts into separate kubeconfig files.
24
+
25
+
- Merge multiple kubeconfig files into one.
26
+
27
+
-**Snapshot Management with KubeSnapIt:**
28
+
29
+
- Capture snapshots of your Kubernetes resources.
30
+
31
+
- Restore resources from snapshots.
32
+
33
+
- Compare different snapshots to track changes.
34
+
35
+
By consolidating these tools, KubeDeck Launcher simplifies complex tasks, allowing you to focus on managing your clusters more efficiently.
13
36
14
37
### Getting Started
15
38
You can dive right in by exploring the following sections:
0 commit comments