Skip to content

Commit c690247

Browse files
authored
doc: Revamped Resource Browser Doc (#5035)
* Revamped Draft of Resource Browser * Copied Old Details to New * Resource Browser - Latest Draft * Added new snaps and creatives for node operations * RBAC Added * Fixes * Incorporated PM Feedback + Fixed RBAC * Added links + Proofreading + Fixes
1 parent d2e6444 commit c690247

File tree

5 files changed

+403
-272
lines changed

5 files changed

+403
-272
lines changed

.gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ redirects:
7676
user-guide/use-cases/untitled-3: user-guide/use-cases/connect-django-with-mysql-database.md
7777
global-configurations/api-token: user-guide/global-configurations/authorization/api-tokens.md
7878
user-guide/creating-application/workflow/ci-pipeline2: user-guide/creating-application/workflow/ci-pipeline.md
79+
usage/clusters: usage/resource-browser
7980

docs/reference/glossary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ The physical or virtual machines that make up a Kubernetes cluster, where contai
176176

177177
In Devtron, you can view nodes by going to Resource Browser → (choose a cluster) → Nodes. [Read More...](../user-guide/clusters.md#nodes)
178178

179+
### Objects
180+
181+
Kubernetes objects are the building blocks that define and manage your applications running on the platform. They are also known as 'Resources' or 'Kinds'. This includes nodes, pods, deployment, cronjob, configmap, and many more.
182+
183+
Devtron's [Resource Browser](../user-guide/resource-browser/README.md) helps you manage all such objects present in your clusters.
184+
179185
### Pod
180186

181187
The smallest deployable unit in Kubernetes, consisting of one or more containers that share storage and network resources within the same context.

docs/user-guide/app-details/ephemeral-containers.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,7 @@ Wherever you can access pod resources in Devtron, you can launch an ephemeral co
5757

5858
### From Devtron (Resource Browser)
5959

60-
{% embed url="https://www.youtube.com/watch?v=Ml19i29Ivc4" caption="Launching Ephemeral Containers from Resource Browser" %}
61-
62-
1. In the left sidebar, go to **Resource Browser**.
63-
2. Select **Pod** inside `Workloads`.
64-
3. Use the searchbar to find and locate the pod you wish to debug. Click the pod.
65-
4. Go to the **Terminal** tab
66-
67-
The rest is same as steps 6, 7, and 8 mentioned in the [previous section](#from-devtron-app-details).
60+
Click [here](../resource-browser.md#launching-ephemeral-container) to know more.
6861

6962
### From Devtron's Cluster Terminal
7063

docs/user-guide/clusters.md

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)