Skip to content

Commit

Permalink
added some Meshery features
Browse files Browse the repository at this point in the history
Signed-off-by: ritiksaxena124 <[email protected]>
  • Loading branch information
ritiksaxena124 committed Apr 4, 2024
1 parent b9dbbf9 commit c3f60d1
Showing 1 changed file with 78 additions and 22 deletions.
100 changes: 78 additions & 22 deletions src/sections/Pricing/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ export const details = [
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "WASM Envoy Filter Management",
description: "Efficient WASM Envoy Filter Management in Meshery UI and CLI",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Configurable OAuth callbacks",
description: "Customize OAuth callback URLs to seamlessly integrate authentication workflows into your application.",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Cloud Native Patterns",
description: "Combine designs into well-curated, reusable patterns imbued with your customized best practices.",
Expand All @@ -38,6 +52,20 @@ export const details = [
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Version your infrastructure configuration designs",
description: "Effortlessly version your infrastructure configuration designs. Keep track of changes, maintain consistency, and enhance collaboration across your team.",
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Custom Kubernetes clusters configuration",
description: "Apply custom configuration to your Kubernetes clusters",
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
],
},
{
Expand Down Expand Up @@ -66,20 +94,27 @@ export const details = [
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Helm Chart Generation",
description: "Real-Time Helm Chart Generation for CLI and UI",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Support for Streamlined Environments",
description: "Unlock streamlined environments with enhanced multi-cluster support. Seamlessly manage multiple clusters to optimize efficiency and streamline operations.",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
],
},
{
id: 3,
category: "MeshMap",
icon: MeshMap,
features: [
{
feature: "Timeline (DVR)",
description: "Playback service transactions. Scrub over the history of changes to your deployments. ",
free: <MdClose className="no-icon" />,
team: <MdClose className="no-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Service Performance",
description: "Continuous visibility across all of your clusters and workloads.",
Expand All @@ -101,6 +136,13 @@ export const details = [
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Timeline (DVR)",
description: "Playback service transactions. Scrub over the history of changes to your deployments. ",
free: <MdClose className="no-icon" />,
team: <MdClose className="no-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
],
},
{
Expand All @@ -116,26 +158,40 @@ export const details = [
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Distributed Load Generation",
description: "Distributed Load Generator: Support multiple Meshery clients generating load, collecting and coalescing results into a single report.",
free: <MdClose className="no-icon" />,
feature: "Performance Profiles",
description: "Create and share performance profiles and test results with team members.",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Performance Profiles",
description: "Define, name, and save performance profiles.",
feature: "MeshMark",
description: "Identify the cost of a specific network function.",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Distributed Load Generation",
description: "Distributed Load Generator: Support multiple Meshery clients generating load, collecting and coalescing results into a single report.",
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "GitOps - Cloud Native Performance GitHub Action",
description: "Integrate performance analysis as a gate in your GitOps pipeline, using performance profiles to run repeatable tests and avoid regression issues before they start. Configure this action to trigger with each of your releases, on every pull request. or any GitHub workflow trigger event.",
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Track your workload performance",
description: "Efficiently monitor and optimize workload performance. Gain insights into your system's efficiency and make informed decisions to enhance productivity.",
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
// {
// feature: "Service Mesh Interface Conformance GitHub Action",
// description: "Using Meshery as the offical SMI Conformance validation tool, configure this action to trigger with each of your releases, on every pull request. or any GitHub workflow trigger event.",
Expand All @@ -144,10 +200,10 @@ export const details = [
// enterprise: <GiCheckMark className="yes-icon" />,
// },
{
feature: "MeshMark",
description: "Identify the cost of a specific network function.",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
feature: "Certificate support in performance profiles",
description: "Enable certificate support within performance profiles. Enhance security and performance by seamlessly integrating certificates into your profiles.",
free: <MdClose className="no-icon" />,
team: <MdClose className="no-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
],
Expand All @@ -158,17 +214,17 @@ export const details = [
icon: Collab,
features: [
{
feature: "Collaborators for public designs",
description: "Invite any Layer5 Cloud user, or all Meshery users, to work with you on a public design that you control – including making changes and releasing new versions.",
free: <MdClose className="no-icon" />,
feature: "Multiplayer designer for kubernetes and cloud",
description: "Collaborate in real-time on Kubernetes and cloud configurations for streamlined teamwork and enhanced productivity.",
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Collaborators for private designs",
description: "Invite any Layer5 Cloud user to work with you on a private design that you control – including making changes and releasing new versions.",
feature: "Collaborators for public designs",
description: "Invite any Layer5 Cloud user, or all Meshery users, to work with you on a public design that you control – including making changes and releasing new versions.",
free: <MdClose className="no-icon" />,
team: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
Expand Down

0 comments on commit c3f60d1

Please sign in to comment.