From e0ba8b4f8524f12c64c5b9f3df9f769a2c20aafa Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Wed, 30 Aug 2023 22:21:11 -0500 Subject: [PATCH] cleanup Signed-off-by: Lee Calcote --- README.md | 238 ------------------------------------------------------ 1 file changed, 238 deletions(-) diff --git a/README.md b/README.md index a8ca7e35f2..5ff3e690f4 100644 --- a/README.md +++ b/README.md @@ -46,251 +46,13 @@ A self-service engineering platform, Meshery, i


-

Click to see Meshery Playground video
-
-
- -- [Functionality](#functionality) -- [Meshery Architecture](#meshery-architecture) -- [Join the Meshery community!](#join-the-meshery-community) -- [Contributing](#contributing) - - [Stargazers](#stargazers) - - [License](#license) - -

 

-# Functionality - -

-

Cloud Native Lifecycle Management

-Meshery manages the provisioning, configuration and operation of your Kubernetes clusters while supporting hundreds of different types of cloud native infrastructure integrations. - -Meshery also offers a [catalog of curated design templates](https://meshery.io/catalog) filled with configuration best practices. - -Using a GitOps-centric approach, visually and collaboratively design and manage your infrastructure and microservices. Use Meshery to interoperate your various cloud native systems. With both REST and GraphQL APIs, integrating with Meshery as an extensible platform is facilitated through NATS, CloudEvents, and gRPC. - -Meshery cloud native management -

-

- -

- -

Multi-Cluster Kubernetes and Cloud Native Configuration Management

-

Meshery supports 220+ cloud native integrations.

- -

Supported Cloud Native Infrastructure and Applications

- -
- See all of Meshery's pluggable adapters -
- -
-
-

 

- -Assess your cloud native infrastructure configuration against deployment and operational best practices with Meshery's configuration validator. Manage your workloads with confidence. Check your Kubernetes configuration for anti-patterns and avoid common pitfalls. - -Layer5 Service Mesh Configuration Management -

- -

-

-

- -OPA Logo -

Context-Aware Policies For Applications

-

-

Leverage built-in relationships to enforce configuration best practices consistently from code to Kubernetes. Enhance development process by building custom rules in Open Policy Agent's Rego query language. -Meshery and Open Policy Agent Integration -

-

-

- -WebAssembly Logo -

Manage data plane intelligence with WebAssembly filters

-

Dynamically load and manage your own WebAssembly filters in Envoy-based service meshes.

-

-WebAssembly filters -

See Image Hub.

-

-

- -

Performance Management

- -

Adhering to Cloud Native Standards

- - - - Shows an illustrated light mode meshery logo in light color mode and a dark mode meshery logo dark color mode. - - -In an effort to produce service mesh agnostic tooling, Meshery uses the Service Mesh Performance specification as a common format to capture and measure your infrastructure's performance against a universal cloud native performance index. As an implementation of Service Mesh Interface (SMI), Meshery participates in advancing cloud native infrastructure adoption through the standardization of APIs. -

-

- - - -

Standardized Cloud Native Performance Management

- -Meshery is the cloud native utility for uniformly managing the performance of microservices and the infrastructure that run them. As an implementation of the Service Mesh Performance ([SMP](https://layer5.io/projects/service-mesh-performance)), Meshery enables you to measure the value provided by Docker, Kubernetes, or a service mesh in the context of the overhead incurred. - -Performance Management -

- -

- -## Meshery Architecture - -You may deploy Meshery internal to your cluster or external to your cluster. - -

-Learn more about Meshery's architecture. - -

Get Started with Meshery

-

- -

Using `mesheryctl`

-

Meshery runs as a set of containers inside or outside of your Kubernetes clusters.

-
curl -L https://meshery.io/install | bash -
-

Use the quick start guide.

-
- See all supported platforms - -See the [getting started](https://meshery.io/#getting-started) section to quickly deploy Meshery on any of these supported platforms: - -| Platform | Supported? | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :---------: | -| [Docker](https://docs.meshery.io/installation/platforms/docker) | ✔️ | -|     [Docker - Docker App](https://docs.meshery.io/installation/platforms/docker) | ✔️ | -|     [Docker - Docker Extension](https://docs.meshery.io/installation/platforms/docker-extension) | ✔️ | -| [Kubernetes](https://docs.meshery.io/installation/platforms/kubernetes) | ✔️ | -|     [Kubernetes - AKS](https://docs.meshery.io/installation/platforms/aks) | ✔️ | -|     [Kubernetes - Docker Desktop](https://docs.meshery.io/installation#mac-or-linux) | ✔️ | -|     [Kubernetes - EKS](https://docs.meshery.io/installation/platforms/eks) | ✔️ | -|     [Kubernetes - GKE](https://docs.meshery.io/installation/platforms/gke) | ✔️ | -|     [Kubernetes - Helm](https://docs.meshery.io/installation/platforms/kubernetes#using-helm) | ✔️ | -|     [Kubernetes - kind](https://docs.meshery.io/installation/platforms/kind) | ✔️ | -|     [Kubernetes - Minikube](https://docs.meshery.io/installation/platforms/minikube) | ✔️ | -|     Kubernetes - OpenShift | In Progress | -| [Linux](https://docs.meshery.io/installation#mac-or-linux) | ✔️ | -| [Mac](https://docs.meshery.io/installation#mac-or-linux) | ✔️ | -|     [Mac - Homebrew](https://docs.meshery.io/installation#mac-or-linux) | ✔️ | -| [Windows](https://docs.meshery.io/installation#windows) | ✔️ | -|     [Scoop](https://docs.meshery.io/installation#windows) | ✔️ | -|     [WSL2](https://docs.meshery.io/installation/platforms/windows#wsl2) | ✔️ | -| Raspberry Pi | In Progress | - -[Meshery documentation](https://docs.meshery.io/installation) offers thorough installation guides for your platform of choice. -
- -

 

- -
 
## Join the Meshery community!