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;
Loading