Skip to content

Commit 4fb851e

Browse files
authored
Fix: Design Embeddings (#68)
* Fix: Design Embeddings Signed-off-by: vr-varad <[email protected]> * Delete content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/explore-dapr-with-meshery/deploy-dapr-control-plane/embedded-design-dapr-relationship.js Signed-off-by: Varad Gupta <[email protected]> --------- Signed-off-by: vr-varad <[email protected]> Signed-off-by: Varad Gupta <[email protected]>
1 parent 6725ecd commit 4fb851e

File tree

18 files changed

+138027
-11
lines changed

18 files changed

+138027
-11
lines changed

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/ambassador-edge-stack-api-gateway-with-meshery/design-interpretation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ and RoleBinding.
4343

4444
With the help of Kanvas, these connections become clear and easy to understand.
4545

46-
{{< meshery-design-embed src="/images/learning-path/embed-test/embedded-design-deployment-service.js" id="embedded-design-7b01cebf-b0f9-4c11-87e7-612d8fad10c8" >}}
46+
{{< meshery-design-embed src="embedded-design-deployment-service.js" id="embedded-design-7b01cebf-b0f9-4c11-87e7-612d8fad10c8" >}}
4747

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/ambassador-edge-stack-api-gateway-with-meshery/design-interpretation/embedded-design-deployment-service.js

Lines changed: 7989 additions & 0 deletions
Large diffs are not rendered by default.

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/ambassador-edge-stack-api-gateway-with-meshery/edge-stack-configuration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ spec:
126126
127127
Next, import the [Quote Service YAML](https://app.getambassador.io/yaml/v2-docs/3.9.1/quickstart/qotm.yaml) and deploy it on Kanvas. This step will create the necessary deployment and service resources for the Quote service within your Kubernetes cluster, allowing you to see how Edge Stack manages and routes traffic to this backend service.
128128
129-
{{< meshery-design-embed src="/images/learning-path/embed-test/embedded-design-edge-stack.js" id="embedded-design-d429e684-c42a-4c14-816b-b4dddb4b6d40" >}}
129+
{{< meshery-design-embed src="embedded-design-edge-stack.js" id="embedded-design-d429e684-c42a-4c14-816b-b4dddb4b6d40" >}}
130130

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/ambassador-edge-stack-api-gateway-with-meshery/edge-stack-configuration/embedded-design-edge-stack.js

Lines changed: 27278 additions & 0 deletions
Large diffs are not rendered by default.

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/ambassador-edge-stack-api-gateway-with-meshery/introduction/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ The "stack" includes security functionalities such as automatic TLS, authenticat
4949
1. Log in to the [Meshery Playground](https://cloud.layer5.io/) using your credentials.
5050
2. Click **Explore** in the Cloud Native Playground tile to navigate to _Kanvas_.
5151

52-
{{< meshery-design-embed src="/images/learning-path/embed-test/embedded-design-edge-stack.js" id="embedded-design-d429e684-c42a-4c14-816b-b4dddb4b6d40" >}}
52+
{{< meshery-design-embed src="embedded-design-edge-stack.js" id="embedded-design-d429e684-c42a-4c14-816b-b4dddb4b6d40" >}}
5353

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/ambassador-edge-stack-api-gateway-with-meshery/introduction/embedded-design-edge-stack.js

Lines changed: 27278 additions & 0 deletions
Large diffs are not rendered by default.

content/learning-paths/11111111-1111-1111-1111-111111111111/mastering-kubernetes-for-engineers/explore-dapr-with-meshery/deploy-dapr-control-plane/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [Dapr control plane](https://docs.dapr.io/concepts/dapr-services/) is a set
2525

2626
3. On the Designs tab on the left, click on the **DAPR** design you just imported. This will display the various Kubernetes resource components required for deploying the Dapr control plane on the canvas.
2727

28-
{{< meshery-design-embed src="/images/learning-path/embed-test/embedded-design-dapr.js" id="embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4" >}}
28+
{{< meshery-design-embed src="embedded-design-dapr.js" id="embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4" >}}
2929

3030
### Design Interpretation
3131

@@ -40,7 +40,7 @@ Let’s take a closer look at some of the relationships between these components
4040

4141
**Statefulsets, Deployments, and Services**
4242

43-
{{< meshery-design-embed src="/images/learning-path/embed-test/embedded-design-dapr-deployments.js" id="embedded-design-f6439589-1722-4fbc-b0e5-49f8d7c0ab17" >}}
43+
{{< meshery-design-embed src="embedded-design-dapr-deployments.js" id="embedded-design-f6439589-1722-4fbc-b0e5-49f8d7c0ab17" >}}
4444

4545
The triangles represent services, the rectangles represent deployments, and the cylinder icons represent statefulsets. Arrows indicate that a service is associated with a deployment/statefulset, exposing network access to it, indicative of an [Edge-Network](https://docs.meshery.io/concepts/logical/relationships#1-edge---network) relationship. The ports exposed by each service are shown at the ends of the arrows. To learn more about how to identify these components, see [Component Shape Guide]().
4646

@@ -54,13 +54,13 @@ This illustrates how exposed ports are mapped to their corresponding services wi
5454

5555
**Roles, ClusterRoles, and ServiceAccounts**
5656

57-
{{< meshery-design-embed src="/images/learning-path/embed-test/embedded-design-dapr-roles.js" id="embedded-design-79476480-b3b3-4e47-8805-de2cd5735bb8" >}}
57+
{{< meshery-design-embed src="embedded-design-dapr-roles.js" id="embedded-design-79476480-b3b3-4e47-8805-de2cd5735bb8" >}}
5858

5959
These resources represent Roles, ClusterRoles, ServiceAccounts, and other necessary RBAC configurations that the Dapr control plane requires within the cluster. An [Edge-permission](https://docs.meshery.io/concepts/logical/relationships#3-edge---permission) relationship exists between some of these components, which are bound through RoleBindings and ClusterRoleBindings.
6060

6161
**Custom Resource and Custom Resource Definitions**
6262

63-
{{< meshery-design-embed src="/images/learning-path/embed-test/embedded-design-dapr-crds.js" id="embedded-design-7eed863e-a37c-493f-a7b6-61e4b29bb678" >}}
63+
{{< meshery-design-embed src="embedded-design-dapr-crds.js" id="embedded-design-7eed863e-a37c-493f-a7b6-61e4b29bb678" >}}
6464

6565
Dapr leverages several Custom Resource Definitions (CRDs) to allow users manage and define its configuration and operation. The key custom resources are **Configurations**, **Components**, **Resiliency**, **Subscriptions**, **HTTPEndpoints**.
6666

0 commit comments

Comments
 (0)