Skip to content

doc: Revamped Resource Browser Doc #5035

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

Merged
merged 9 commits into from
May 20, 2024
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
1 change: 1 addition & 0 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ redirects:
user-guide/use-cases/untitled-3: user-guide/use-cases/connect-django-with-mysql-database.md
global-configurations/api-token: user-guide/global-configurations/authorization/api-tokens.md
user-guide/creating-application/workflow/ci-pipeline2: user-guide/creating-application/workflow/ci-pipeline.md
usage/clusters: usage/resource-browser

6 changes: 6 additions & 0 deletions docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ The physical or virtual machines that make up a Kubernetes cluster, where contai

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

### Objects

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.

Devtron's [Resource Browser](../user-guide/resource-browser/README.md) helps you manage all such objects present in your clusters.

### Pod

The smallest deployable unit in Kubernetes, consisting of one or more containers that share storage and network resources within the same context.
Expand Down
9 changes: 1 addition & 8 deletions docs/user-guide/app-details/ephemeral-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,7 @@ Wherever you can access pod resources in Devtron, you can launch an ephemeral co

### From Devtron (Resource Browser)

{% embed url="https://www.youtube.com/watch?v=Ml19i29Ivc4" caption="Launching Ephemeral Containers from Resource Browser" %}

1. In the left sidebar, go to **Resource Browser**.
2. Select **Pod** inside `Workloads`.
3. Use the searchbar to find and locate the pod you wish to debug. Click the pod.
4. Go to the **Terminal** tab

The rest is same as steps 6, 7, and 8 mentioned in the [previous section](#from-devtron-app-details).
Click [here](../resource-browser.md#launching-ephemeral-container) to know more.

### From Devtron's Cluster Terminal

Expand Down
211 changes: 0 additions & 211 deletions docs/user-guide/clusters.md

This file was deleted.

Loading
Loading