-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix(resources): Added cloud native tutorials and redirect #7679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kanishksingh23
wants to merge
30
commits into
layer5io:master
Choose a base branch
from
kanishksingh23:fix/update-resources-and-cloud-native-labs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d4b76e1
fix(resources): add cloud native tutorials and redirect
kanishksingh23 b46e2e4
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 31c872a
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 64e31df
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 342dd73
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 8252c80
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 c4896e4
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 8879b51
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 869298f
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 a68cac6
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 6f79e75
fix(resources): address reviewer comments
d77685d
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 18d02ab
fix(resources): replace prose training file with individual session t…
kanishksingh23 aa4c625
fix(resources): convert markdown to HTML in tutorial MDX files
kanishksingh23 caae187
fix(resources): fix broken code block in publish-to-artifacthub tutorial
kanishksingh23 237dadd
fix(resources): rewrite tutorial MDX files with clean HTML structure
kanishksingh23 fd5b94f
fix(resources): remove space before allowFullScreen in contributor tr…
kanishksingh23 85efa2c
fix(resources): add blank lines between import and JSX in tutorial MD…
kanishksingh23 f2161b6
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 7f7474f
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 c3c7ef6
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 d395e83
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 e4d0bc1
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 7d63f69
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 21b8baa
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
saurabhraghuvanshii 79dd623
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 8516c5a
fix(resources): remove old contributor training tutorial files
kanishksingh23 98e9a7f
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 696c6e1
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 6807f05
Merge branch 'master' into fix/update-resources-and-cloud-native-labs
kanishksingh23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 0 additions & 28 deletions
28
...esources/tutorials/beginner-guide-to-contributing-to-meshery-and-mesheryctl.mdx
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...tions/resources/tutorials/contributing-to-meshery-API-swagger-documentation.mdx
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
src/collections/resources/tutorials/contributor-training-meshery-ci-cd.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: Meshery CI and CD" | ||
| thumbnail: ../../../assets/images/tutorials/github.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/github.webp | ||
| date: 2025-02-01 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1hUDhFeYP7dtCQhOEw2U_wQ-G718Y2e5iU3drMDOdIws/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/dlr_nzJV16Q" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
28 changes: 28 additions & 0 deletions
28
...ollections/resources/tutorials/contributor-training-meshery-cli-e2e-testing.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: End-to-end Testing in Meshery CLI" | ||
| thumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.webp | ||
| date: 2025-03-01 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1OhUhqIZVPdnjD7eO1ppeXVvTa-P2lIcdCXHncTOX_XE/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/mRQAvR9-P1o" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
28 changes: 28 additions & 0 deletions
28
src/collections/resources/tutorials/contributor-training-meshery-cli.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: Meshery CLI" | ||
| thumbnail: ../../../assets/images/tutorials/intro-meshery-ctl.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/intro-meshery-ctl.webp | ||
| date: 2025-01-01 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1lRop7DAAMUBmuFdzZK25LdQrkLG08eVsXEaDrauP3S8/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/aNR_1h1Pisg" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
28 changes: 28 additions & 0 deletions
28
src/collections/resources/tutorials/contributor-training-meshery-docs.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: Working with Meshery Docs" | ||
| thumbnail: ../../../assets/images/tutorials/docs-jekyll.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/docs-jekyll.webp | ||
| date: 2025-04-11 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1kQIzSa4f-pOH8cM4SwEdbFZGI_SXVyyhc9zUZPB7bsI/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/7wRbbOSwrtI" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
28 changes: 28 additions & 0 deletions
28
src/collections/resources/tutorials/contributor-training-meshery-models.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: Meshery Models" | ||
| thumbnail: ../../../assets/images/tutorials/swagger-logo.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/swagger-logo.webp | ||
| date: 2024-10-01 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1XSnDpXeloE9c7FOHGy2l82YbykHl49njUN1RgFoe_ac/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/K2gmdIlGXNo" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
28 changes: 28 additions & 0 deletions
28
src/collections/resources/tutorials/contributor-training-meshery-server.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: Meshery Server" | ||
| thumbnail: ../../../assets/images/tutorials/all-repos-layer5.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/all-repos-layer5.webp | ||
| date: 2024-11-01 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1X0kAAAwHaZ6VHfE8VifWSW5nOdid7GC9L0zcZFP9dac/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/9iRRd4RJOXE" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
28 changes: 28 additions & 0 deletions
28
src/collections/resources/tutorials/contributor-training-meshery-ui-playwright.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: End-to-end Testing in Meshery UI using Playwright" | ||
| thumbnail: ../../../assets/images/tutorials/layer5-walkthrough.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/layer5-walkthrough.webp | ||
| date: 2025-01-15 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1Vcq48Y0nLZsrKKFNYBJ5fm9bIcb2m6ZnYxq2azn6nlM/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/9d0n37eTSkI" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
28 changes: 28 additions & 0 deletions
28
src/collections/resources/tutorials/contributor-training-meshery-ui.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Contributor Training: Meshery UI" | ||
| thumbnail: ../../../assets/images/tutorials/intro-to-gatsby.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/intro-to-gatsby.webp | ||
| date: 2024-12-01 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
| <h3>Tutorial Slides</h3> | ||
| <iframe src="https://docs.google.com/presentation/d/1MRDs28YmzrO1t5QNz7WTp50ukCz6fB2p3awZz63HJmA/embed?start=false&loop=false&delayms=3000" loading="lazy" | ||
| frameBorder="0" allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| <h3>Tutorial Recording</h3> | ||
| <iframe className="iframe" src="https://www.youtube.com/embed/ia7kvnHCurs" loading="lazy" | ||
| frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"allowFullScreen width="100%" height="500"> | ||
| </iframe> | ||
| </ResourcesWrapper> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| --- | ||
| title: "Deploy AWS EC2 Instances with Meshery" | ||
| thumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.webp | ||
| darkthumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.webp | ||
| date: 2024-02-22 10:30:05 -0530 | ||
| category: Cloud Native | ||
| tags: | ||
| - Meshery | ||
| - AWS | ||
| - Tutorial | ||
| type: Tutorial | ||
| product: Meshery | ||
| technology: Kubernetes | ||
| featured: false | ||
| published: true | ||
| resource: true | ||
| --- | ||
|
|
||
| import { ResourcesWrapper } from "../Resources.style.js"; | ||
|
|
||
| <ResourcesWrapper> | ||
|
|
||
| <h3>Introduction</h3> | ||
| <p>In this tutorial, we use <a href="https://play.meshery.io/">Meshery Playground</a> to deploy AWS EC2 instances visually using Meshery's AWS provider integration.</p> | ||
|
|
||
| <h3>Prerequisites</h3> | ||
| <ul> | ||
| <li>Basic understanding of AWS EC2 and cloud infrastructure concepts.</li> | ||
| <li>Access to <a href="https://play.meshery.io/">Meshery Playground</a>.</li> | ||
| </ul> | ||
|
|
||
| <h3>Objective</h3> | ||
| <p>Learn how to use <strong>Meshery</strong> to design and deploy AWS EC2 infrastructure visually.</p> | ||
|
|
||
| <h3>Steps</h3> | ||
|
|
||
| <h4>Access Meshery Playground</h4> | ||
| <ol> | ||
| <li>Log in to <a href="https://play.meshery.io">Meshery Playground</a>.</li> | ||
| <li>Click <strong>Explore</strong> to navigate to Kanvas.</li> | ||
| </ol> | ||
|
|
||
| <h4>Add an EC2 Instance Component</h4> | ||
| <ol> | ||
| <li>Rename the design to a name of your choice.</li> | ||
| <li>Search for <strong>Instance</strong> under the AWS provider in Components.</li> | ||
| <li>Drag the EC2 Instance component onto the canvas and configure the instance type and region.</li> | ||
| </ol> | ||
|
|
||
| <h4>Configure Credentials</h4> | ||
| <ol> | ||
| <li>Search for <strong>Secret</strong> and drag it onto the canvas.</li> | ||
| <li>Add your base64-encoded AWS credentials: <code>AWS_ACCESS_KEY_ID</code> and <code>AWS_SECRET_ACCESS_KEY</code>.</li> | ||
| <li>Connect the Secret to the EC2 Instance component.</li> | ||
| </ol> | ||
|
|
||
| <h4>Deploy and Verify</h4> | ||
| <ol> | ||
| <li>Click <strong>Validate</strong>, then <strong>Deploy</strong>.</li> | ||
| <li>Click <strong>Visualize</strong> to monitor provisioned resources.</li> | ||
| </ol> | ||
|
|
||
| <h3>Conclusion</h3> | ||
| <p>You have successfully deployed an AWS EC2 instance using Meshery Playground. Continue exploring at <a href="https://play.meshery.io/">Meshery Playground</a>.</p> | ||
| <p><em>Sourced from the <a href="https://docs.meshery.io/guides/tutorials/">Meshery documentation</a>.</em></p> | ||
|
|
||
| </ResourcesWrapper> |
29 changes: 0 additions & 29 deletions
29
src/collections/resources/tutorials/introduction-to-all-layer5-repositories.mdx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kanishksingh23 can you please remove old files of these trainings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saurabhraghuvanshii, Done