Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
816ad70
Embedded the design for k8s workshop
ARYANSHAH1567 Jul 26, 2025
3dd7a49
added yaml files for Embedded design
ARYANSHAH1567 Jul 26, 2025
165496c
Merge branch 'master' into aryanshah/embed_design
vr-varad Jul 28, 2025
b2abee0
updated the id to url id
ARYANSHAH1567 Jul 28, 2025
62ffc53
Merge branch 'aryanshah/embed_design' of https://github.com/ARYANSHAH…
ARYANSHAH1567 Jul 28, 2025
531e56a
Update _index.md
ARYANSHAH1567 Jul 28, 2025
720f134
Merge branch 'master' into aryanshah/embed_design
vr-varad Jul 28, 2025
34aa087
Resolve merge conflicts - adapt to new directory structure
ARYANSHAH1567 Jul 30, 2025
20ebce3
Merge branch 'aryanshah/embed_design' of https://github.com/ARYANSHAH…
ARYANSHAH1567 Jul 30, 2025
ddb2794
Fixed build error
ARYANSHAH1567 Jul 30, 2025
5eae165
Merge branch 'master' into aryanshah/embed_design
vr-varad Jul 31, 2025
63b1abb
Added embedded designs
ARYANSHAH1567 Jul 31, 2025
a3b49d4
Merge branch 'aryanshah/embed_design' of https://github.com/ARYANSHAH…
ARYANSHAH1567 Jul 31, 2025
efd8cd0
Merge branch 'master' into aryanshah/embed_design
Namanv0509 Aug 3, 2025
8f3ebbc
Merge branch 'master' into aryanshah/embed_design
Namanv0509 Aug 3, 2025
989654e
Merge branch 'master' into aryanshah/embed_design
ARYANSHAH1567 Aug 5, 2025
a7f5cf4
Update _index.md
ARYANSHAH1567 Aug 7, 2025
e5db9f4
Fixed merge conflict
ARYANSHAH1567 Aug 9, 2025
b3ca07f
Merge branch 'aryanshah/embed_design' of https://github.com/ARYANSHAH…
ARYANSHAH1567 Aug 9, 2025
a37eeb2
Fixed merge conflict
ARYANSHAH1567 Aug 9, 2025
dadf5c1
Merge branch 'master' into aryanshah/embed_design
vr-varad Aug 12, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ A Kubernetes cluster is composed of nodes, where a node is either a virtual mach

A cluster usually comes with a kubeconfig file which contains all the information to communicate with the cluster API Server. This file can be used to configure the standard *kubectl* binary to manage the cluster. The kubeconfig file can also be used with tools like [k9s](https://k9scli.io/), [Mirantis Lens](https://k8slens.dev/), ... which give a higher level view of the cluster.

![access](access.png)
{{< meshery-embed-design
id="embeded-design-bcd881e4-eaf6-4fe0-9d8c-80a07140cab7"
src="access.js"
>}}

## Various workload resources for different use cases

Expand Down Expand Up @@ -77,7 +80,10 @@ A Pod can use several resources
- Secret : contains sensitive data
- PersistentVolumeClaim / PersistentVolume : storage management

![pod-resources](pod-resources.png)
{{< meshery-embed-design
id="embeded-design-c30516a2-2448-47d2-8fce-6758808c4614"
src="pod-resources.js"
>}}


## Several types of resources
Expand Down

Large diffs are not rendered by default.

Loading
Loading