Skip to content

Commit 816ad70

Browse files
committed
Embedded the design for k8s workshop
Signed-off-by: Aryan Shah <[email protected]>
1 parent e8db6f8 commit 816ad70

File tree

3 files changed

+302
-2
lines changed

3 files changed

+302
-2
lines changed

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/concepts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A Kubernetes cluster is composed of nodes, where a node is either a virtual mach
4444

4545
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.
4646

47-
![access](access.png)
47+
{{ meshery-embed-design id="access" src="access.js" }}
4848

4949
## Various workload resources for different use cases
5050

@@ -68,7 +68,7 @@ A Pod can use several resources
6868
- Secret : contains sensitive data
6969
- PersistentVolumeClaim / PersistentVolume : storage management
7070

71-
![pod-resources](pod-resources.png)
71+
{{ meshery-embed-design id="pod-resources" src="pod-resources.js" }}
7272

7373

7474
## Several types of resources

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/concepts/access.js

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/concepts/pod-resources.js

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)