-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[blog]Getting Started with Meshery: A Guide for Platform Engineers #6314
base: master
Are you sure you want to change the base?
Conversation
🚀 Preview for commit 3402a02 at: https://67d5e44716be367d3f0070e5--layer5.netlify.app |
The changes can be merged cleanly, and I believe this particular failing check might be optional. If the maintainers @leecalcote @vishalvivekm @GARY121github @fitzergerald confirm that it is not a blocker, please review the PR. Thank you! |
|
||
<h2>What is Meshery?</h2> | ||
|
||
<p>Meshery is an open-source, service mesh management plane that helps platform engineers like you manage the complexity of service meshes and their interactions with the underlying infrastructure. By providing a unified interface for managing multiple service meshes, Meshery enables you to automate infrastructure provisioning, configuration, and scaling – all from a single dashboard.</p> |
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.
Please don't mention the term service mesh
anywhere when talking about Meshery.
The project has grown way beyond its initial focus and now integrates with more than 300+ cloud native technologies. https://meshery.io/integrations
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.
Okay, I'll gather more information right now and make the necessary changes today itself. Also, I’ll ensure not to mention the term "service mesh" ,as the project now integrates with over 300+ cloud-native technologies.
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.
Done 👍
🚀 Preview for commit 4a10de1 at: https://67d67d01dbb35e1b2e517399--layer5.netlify.app |
4ec0066
to
f20a848
Compare
🚀 Preview for commit f20a848 at: https://67d6869d8290d2259bd63c6f--layer5.netlify.app |
@Dungeon-Masterji adding it as an agenda item to the meeting minutes. |
src/collections/blog/2025/03-14-Getting-started-with-Meshrey/aadityaa.mdx
Outdated
Show resolved
Hide resolved
<ol> | ||
<li><p><strong>Install Meshery:</strong> Visit the <a href="https://github.com/meshery/meshery">Meshery GitHub repository</a> and follow the installation steps for your preferred platform, such as Docker, Kubernetes, or Helm.</p></li> | ||
<li><p><strong>Configure Meshery:</strong> Set up Meshery to seamlessly connect with your existing infrastructure and cloud providers like AWS, GCP, or Azure.</p></li> | ||
<li><p><strong>Explore the Dashboard:</strong> Get familiar with the Meshery dashboard, which provides an overview of your infrastructure, performance insights, and various integrations.</p></li> |
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.
Would be nice to have a screenshot
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.
I will make the necessary changes soon. Thank you for your valuable insights @lekaf974 😇
Feedback offered in meeting:
|
🚀 Preview for commit 5ec80c5 at: https://67d8518beef40d719d80e9f8--layer5.netlify.app |
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.
Reviewed, needs work.
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.
@Dungeon-Masterji @vishalvivekm I understand this is an AI generated image but we must also have a human verification. The image spells important words incorrectly, like 'MESHS' or uses words that don't have a meaning, unclear.
I personally think we should not use this image, unless we fix it.
author: Aditya Raj | ||
thumbnail: ./aadi.png | ||
darkthumbnail: ./aadi.png | ||
category: "Service Mesh" |
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.
We are not using 'Service Mesh' if I am correct.
|
||
<h2>Conclusion</h2> | ||
|
||
<p>Meshery has evolved into a powerful cloud-native management plane, enabling platform engineers to streamline operations, automate infrastructure, and integrate with over 300+ cloud-native technologies. By following this guide, you can quickly get started with Meshery and unlock the benefits of an efficient and automated infrastructure. <a href="https://meshery.io/integrations">Join the Meshery community</a> today and take control of your cloud-native environment!</p> |
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.
Incorrect link here.
|
||
<h2>Setting Up Meshery: A Step-by-Step Guide</h2> | ||
|
||
<p>Getting started with Meshery is simpler than you might think. Follow this step-by-step guide to set it up and start managing your cloud-native infrastructure efficiently:</p> |
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.
This is rather a summary or a TL;DR of what a step-by-step guide would be. We should elaborate.
Signed-off-by: Aditya Raj <adityaraj20112005@gmail.com>
🚀 Preview for commit cebc17d at: https://67dbebdfc0bc5438b63e854a--layer5.netlify.app |
@sangramrath , @vishalvivekm , @lekaf974 Here is the updated blog incorporating everyone's suggestions. Please review it at your convenience. Let me know if any further revisions are needed. Looking forward to your feedback. |
Description
This PR adds a blog post titled Getting Started with Meshery: A Guide for Platform Engineers, which provides a step-by-step guide for platform engineers to leverage Meshery for infrastructure automation.
This PR fixes #6248
Notes for Reviewers
This is my first blog post, and I would really appreciate any feedback! 🚀
Please check if the content structure aligns with the blog format.
Any suggestions for improving readability or technical details would be great for me to grow and improve in the future. 🙌
Let me know if this works or if you want any tweaks! 😊
I updated my previous blog here is the updated one:
Signed commits