Skip to content

Commit b2abee0

Browse files
committed
updated the id to url id
Signed-off-by: Aryan Shah <[email protected]>
1 parent 3dd7a49 commit b2abee0

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/concepts

1 file changed

+2
-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-
{{ meshery-embed-design id="access" src="access.js" }}
47+
{{ meshery-embed-design id="bcd881e4-eaf6-4fe0-9d8c-80a07140cab7" 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-
{{ meshery-embed-design id="pod-resources" src="pod-resources.js" }}
71+
{{ meshery-embed-design id="c30516a2-2448-47d2-8fce-6758808c4614" src="pod-resources.js" }}
7272

7373

7474
## Several types of resources

0 commit comments

Comments
 (0)