Skip to content
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][Ready to review] Meshery Playground: Features you don't want to miss #5146

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

saurabh100ni
Copy link
Contributor

Description

I wrote blog on Meshery Playground which is ready for reviews.

Signed commits

  • Yes, I signed my commits.

Signed-off-by: saurabh100ni <saurabhsonig12@gmail.com>
Signed-off-by: saurabh100ni <saurabhsonig12@gmail.com>
@github-actions github-actions bot added the area/blog New posts or new blog functionality label Nov 21, 2023
@l5io
Copy link
Contributor

l5io commented Nov 21, 2023

🚀 Preview for commit f2e0633 at: https://655cc4fe18276d035af13ffa--layer5.netlify.app

Comment on lines 2 to 3
title: "Meshery Playground"
subtitle: "Meshery Playground: Features you don't want to miss"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: "Meshery Playground"
subtitle: "Meshery Playground: Features you don't want to miss"
title: "Exploring Meshery Playground"
subtitle: Features you don't want to miss"

darkthumbnail: "./MesheryLogo.webp"

category: "Meshery"
description: "Features of Meshery Playground which takes your user experience to the next level."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: "Features of Meshery Playground which takes your user experience to the next level."
description: "Key features of Meshery Playground for Kubernetes, Prometheus, Argo and other CNCF projects. Use Meshery Playground to explore a new way of DevOps - visual and collaborative configuration management for your infrastructure. "


<BlogWrapper>

Before we dive into the features, Let’s take a recap, What is [Meshery Playground](https://playground.meshery.io/)?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Before we dive into the features, Let’s take a recap, What is [Meshery Playground](https://playground.meshery.io/)?
Before we dive into features, let’s understand what the Meshery Playground is.

@leecalcote
Copy link
Member

There are a number of inconsistencies to cleanup. Please do so.

saurabh100ni and others added 2 commits November 22, 2023 12:36
Signed-off-by: saurabh100ni <saurabhsonig12@gmail.com>
@l5io
Copy link
Contributor

l5io commented Nov 22, 2023

🚀 Preview for commit b9ddb94 at: https://655dac4601df1a624d2f24c7--layer5.netlify.app

@l5io
Copy link
Contributor

l5io commented Nov 22, 2023

🚀 Preview for commit e8f4935 at: https://655db36f9cde316d62a65bef--layer5.netlify.app

Signed-off-by: saurabh100ni <saurabhsonig12@gmail.com>
@saurabh100ni
Copy link
Contributor Author

@leecalcote Done fixing the inconsistency with the formatting and links and also added your suggestions.

@@ -143,7 +143,7 @@ Mesheryctl supports multiple profiles, allowing users to switch between differen
Mesheryctl supports subcommands for various commands, providing a convenient way to interact with Meshery Server.

# [Meshery UI](https://meshery.io/):
Meshery UI is a web-based user interface for Meshery, offering a convenient way to interact with Meshery Server. Meshery UI is a valuable tool for DevOps engineers, enhancing the efficiency of their cloud-native development and operations workflows. Key features include:
[Meshery UI](https://meshery.io/) is a web-based user interface for Meshery, offering a convenient way to interact with Meshery Server. Meshery UI is a valuable tool for DevOps engineers, enhancing the efficiency of their cloud-native development and operations workflows. Key features include:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too many links.

@@ -152,9 +152,9 @@ Meshery UI allows users to configure their Meshery Server, providing a convenien
Meshery UI supports multiple contexts, allowing users to switch between different Meshery Server instances.


# [Meshery catalog](https://meshery.io/catalog):
# [Meshery catalog](https://docs.meshery.io/concepts/catalog):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is catalog not capitalized?


Meshery Catalog serves as a cloud-native marketplace, offering a user-friendly interface for browsing, discovering, and sharing configurations and patterns for cloud-native infrastructure. With its capabilities, Meshery Catalog significantly simplifies the deployment and management of Kubernetes-based infrastructure and tools, contributing to streamlined cloud-native development and operations processes.
[Meshery Catalog](https://docs.meshery.io/concepts/catalog) serves as a cloud-native marketplace, offering a user-friendly interface for browsing, discovering, and sharing configurations and patterns for cloud-native infrastructure. With its capabilities, Meshery Catalog significantly simplifies the deployment and management of Kubernetes-based infrastructure and tools, contributing to streamlined cloud-native development and operations processes.

##### Key Features:
- **User-Friendly Interface**:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is Friendly capitalized?

@@ -176,6 +176,7 @@ Open a terminal or command prompt and use Meshery CLI commands to interact with
Commands include onboarding an application, applying a WASM filter, viewing, deleting, and listing patterns.
Meshery Catalog, with its user-friendly approach and collaborative features, stands as a valuable resource for cloud-native practitioners, facilitating seamless deployment, knowledge-sharing, and the creation of enhanced design patterns within the Meshery ecosystem.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a poor description of the Catalog. This is a description of Meshery.

@@ -176,6 +176,7 @@ Open a terminal or command prompt and use Meshery CLI commands to interact with
Commands include onboarding an application, applying a WASM filter, viewing, deleting, and listing patterns.
Meshery Catalog, with its user-friendly approach and collaborative features, stands as a valuable resource for cloud-native practitioners, facilitating seamless deployment, knowledge-sharing, and the creation of enhanced design patterns within the Meshery ecosystem.

# Conclusion:
In summary, Meshery empowers teams through its Workspaces feature, providing a virtual space for seamless collaboration, resource sharing, and efficient management of diverse environments. With logical grouping, flexible support for various resources, and robust access control, Workspaces serve as a centralized hub for team-based work. By adhering to best practices, such as clearly defined permissions and leveraging Infrastructure Designs, users can fully harness the collaborative potential of Meshery Workspaces. Maximize your team's efficiency and streamline your cloud-native development processes with Meshery Workspaces.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In summary, Meshery boils down to its Workspace feature? Meshery doesn't even have this feature, yet. Cloud does.

@l5io
Copy link
Contributor

l5io commented Nov 22, 2023

🚀 Preview for commit b96b702 at: https://655e0bb9e48e773042716763--layer5.netlify.app

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue/stale Issue has not had any activity for an extended period of time label Mar 17, 2024
@sudhanshutech sudhanshutech removed the issue/stale Issue has not had any activity for an extended period of time label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/blog New posts or new blog functionality
Development

Successfully merging this pull request may close these issues.

None yet

4 participants