Import kanvas tutorials#1011
Conversation
Signed-off-by: l5io <ci@layer5.io>
Signed-off-by: l5io <ci@layer5.io>
Signed-off-by: Sangram Rath <sangram.rath@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive set of tutorials for Meshery Kanvas, covering ArtifactHub, AWS, Azure, and various Kubernetes resources like Pods, Deployments, Services, and CronJobs. The documentation provides step-by-step visual guides for cloud resource management and application deployment. Feedback focuses on correcting several typographical errors (e.g., "Operater", "namspace", "toplology", "Secert") and fixing a broken internal link in the ConfigMaps and Secrets tutorial.
|
|
||
| 1. Click the **Actions** button at the top of the Kanvas and click **Deploy**. | ||
|
|
||
| 1. Once the deployment is complete, click **Open in Visualizer** to switch to Operator mode and see a pre-filtered view of your just deployed resources in the cluster. Alternatively, you can click *Operate* at the top of the Kanvas to enter Operater mode. |
There was a problem hiding this comment.
Typo: "Operater" should be "Operator".
| 1. Once the deployment is complete, click **Open in Visualizer** to switch to Operator mode and see a pre-filtered view of your just deployed resources in the cluster. Alternatively, you can click *Operate* at the top of the Kanvas to enter Operater mode. | |
| 1. Once the deployment is complete, click **Open in Visualizer** to switch to Operator mode and see a pre-filtered view of your just deployed resources in the cluster. Alternatively, you can click *Operate* at the top of the Kanvas to enter Operator mode. |
|
|
||
| - For `view Selector` select `single namespace` | ||
| - For `Kinds` select `Deployment, Pod, secret` | ||
| - For `namspace` select `ack-system` |
|
|
||
| ### 3. Deploy the VPC Workflow | ||
|
|
||
| This step involves deploying all the necessary resources to create the VPC and other networking components for the EC2 instance. The resources included in this network toplology include: |
There was a problem hiding this comment.
Typo: "toplology" should be "topology".
| This step involves deploying all the necessary resources to create the VPC and other networking components for the EC2 instance. The resources included in this network toplology include: | |
| This step involves deploying all the necessary resources to create the VPC and other networking components for the EC2 instance. The resources included in this network topology include: |
|  | ||
| 1. On successful deployment you will see the following modal asking yout o open you deployment in visualizer | ||
|  |
There was a problem hiding this comment.
The image reference is duplicated, and there are typos in the text ("yout o" and "open you").
|  | |
| 1. On successful deployment you will see the following modal asking yout o open you deployment in visualizer | |
|  | |
| 1. On successful deployment you will see the following modal asking you to open your deployment in visualizer | |
|  |
|
|
||
| In this tutorial, we will work with Kubernetes ConfigMaps and Secrets. _ConfigMaps_ are used to manage configuration data, while _Secrets_ are used for sensitive information such as passwords. Using Meshery Playground, an interactive live cluster environment, we'll perform hands-on exercises to gain practical knowledge into working with these Kubernetes objects. | ||
|
|
||
| > **_NOTE:_** If this your fist time working with Meshery Playground start with the [Kubernetes Pods with Meshery](/kanvas/tutorials/images/kubernetes-pods.md). |
There was a problem hiding this comment.
The link is broken (points to an image path instead of the tutorial) and there is a typo ("fist"). Also, the word "is" is missing.
| > **_NOTE:_** If this your fist time working with Meshery Playground start with the [Kubernetes Pods with Meshery](/kanvas/tutorials/images/kubernetes-pods.md). | |
| > **_NOTE:_** If this is your first time working with Meshery Playground start with the [Kubernetes Pods with Meshery](/kanvas/tutorials/kubernetes-pods). |
|
|
||
| - Start with an existing design of a simple MySQL pod. | ||
| - Add a _ConfigMap_ to set the database name to be created on MySQL pod deployment. | ||
| - Use a _Secert_ to set the MySQL root password. |
|
🚀 Preview deployment: https://layer5io.github.io/docs/pr-preview/pr-1011/
|
Signed-off-by: Sangram Rath <sangram.rath@gmail.com>
|
The copilot suggestions were implemented as a single commit. |
Signed-off-by: Sangram Rath <sangram.rath@gmail.com>
Signed-off-by: Sangram Rath <sangram.rath@gmail.com>
Notes for Reviewers
This PR fixes #
Signed commits