Skip to content
Open
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ These components encapsulate the resources and include their detailed configurat

## Meshery Design at a Glance

![basic-meshery-design](basic-meshery-design.png)
{{< meshery-design-embed
id="embedded-design-meshery-design-at-a-glance"
src="embedded-design-meshery-design-at-a-glance.js"
>}}

Comment on lines +34 to +38
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DHEVIKA keep in one line


The design above shows a simple Meshery Design that consists of Kubernetes components. It specifically illustrates some kubernetes resources that are required to deploy an application to a Kubernetes cluster.

Expand Down
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DHEVIKA Download you design in .js and .yaml then add those file in same directory then import them

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const design = {
id: "bf3ef49f-0623-499b-b9e3-3b9e0da07557",
type: "meshery-design",
link: "https://kanvas.new/extension/meshmap?mode=design&design=bf3ef49f-0623-499b-b9e3-3b9e0da07557"
}

export default design;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DHEVIKA remove this no need

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Meshery Design at a Glance"
date: 2026-03-26
draft: false
---

{{< meshery-design-embed
id="embedded-design-meshery-design-at-a-glance"
src="embedded-design-meshery-design-at-a-glance.js"
>}}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DHEVIKA remove this no need

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saurabhraghuvanshii finally my folder structure should look like this right

content/
└ mastering-meshery/
└ introduction-to-meshery/
└ interpreting-meshery-designs/
└ embedded-design-meshery-design-at-a-glance.yaml
once confirming it ill be do it

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const design = {
id: "bf3ef49f-0623-499b-b9e3-3b9e0da07557",
type: "meshery-design",
link: "https://kanvas.new/extension/meshmap?mode=design&design=bf3ef49f-0623-499b-b9e3-3b9e0da07557"
}

export default design;
Loading