Skip to content

Commit

Permalink
docker extension update
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Apr 26, 2024
1 parent 04a26d3 commit a42ce52
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Moving forward with the introduction to Docker Extension for Meshery, Nic says,
<ul>
<li>Kubernetes support for your Docker Compose apps - Import your Docker Compose apps. Configure and deploy them to Kubernetes and integrate into your GitOps pipeline.</li>
<li>Collaborative designer for Docker Compose apps - Early access to the Docker Extension for Meshery that offers a visual topology for designing Docker Compose applications, operating Kubernetes, Kubernetes Operators, and their workloads.</li>
<li>Single-click deployment of any service mesh - Support of 10 different service meshes to the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>
<li>Single-click deployment of your infrastructure - Support of 250+ different cloud native infrastructure projects (including all the CNCF projects) at the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>
</ul>
<p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ import meshmapInDocker from './meshmap-docker-extension-for-meshery.webp';
<ul>
<li><strong>Kubernetes and service mesh support for your Docker Compose apps</strong> - Import your Docker Compose apps. Configure and deploy them to Kubernetes and any service mesh.</li>

<li><strong>Visual design of Kubernetes applications</strong> - Using <Link to="/meshmap">MeshMap</Link> as a visual topology for designing Docker Compose applications, operating Kubernetes, service meshes, and their workloads.</li>
<li><strong>Visual design of Kubernetes applications</strong> - Using <Link to="/meshmap">MeshMap</Link> as a visual topology for designing Docker Compose applications, operating Kubernetes, all Kubernetes operators, workloads, and custom resources.</li>

<li><strong>Single-click deployment of any service mesh</strong> - Support of 10 different service meshes to the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>
<li><strong>Single-click deployment of your infrastructure</strong> - Support of 250+ different Kubernetes operators and 60+ cloud services at the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>

<li><strong>Detection of Kubernetes environments -</strong> Scan your kubeconfigs and select your current Kubernetes environment. Switch from one environment to another or manage all clusters concurrently.</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ import { Link } from "gatsby";

<p>

The Meshery Docker Extension’s ability to import Docker Compose apps, convert them to Kubernetes applications, and deploy them on any service mesh is a powerful enabler for microservices developers, who need to develop, test, and deploy their modern applications in the context of and compatibility with any service mesh. Along with this, the extension can help you to,
The Meshery Docker Extension’s ability to import Docker Compose apps, convert them to Kubernetes applications, and deploy them on any visually and collaboratively is a powerful enabler for microservices developers, who need to develop, test, and deploy their modern applications in the context of and compatibility with any Kubernetes cluster. Along with this, the extension can help you to:

<ul>
<li>Get service mesh support for your Docker Compose apps: Import your Docker Compose apps. Configure and deploy them to Kubernetes and any service mesh.</li>
<li>Help you with single-click deployment of any service mesh: Supports 10 different service meshes to the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>
<li>Get Kubernetes support for your Docker Compose apps: Import your Docker Compose apps. Configure and deploy them to Kubernetes and any infrastructure with a Kubernetes Operator.</li>
<li>Help you with single-click deployment of your infrastructure - Support of 250+ different cloud native infrastructure projects (including all the CNCF projects) at the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.: Supports 10 different service meshes to the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>
<li>Detection of Kubernetes environments: Scan your kubeconfigs and select your current Kubernetes environment. Switch from one environment to another.</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Software Engineer at HPE, find convenience in Meshery's functionality directly i
<ul>
<li><strong>Kubernetes and service mesh support for your Docker Compose apps</strong> - Import your Docker Compose apps. Configure and deploy them to Kubernetes and any service mesh.</li>

<li><strong>Visual design of Kubernetes applications</strong> - Using <Link to="/meshmap">MeshMap</Link> as a visual topology for designing Docker Compose applications, operating Kubernetes, service meshes, and their workloads.</li>
<li><strong>Visual design of Kubernetes applications</strong> - Using <Link to="/meshmap">MeshMap</Link> as a visual topology for designing Docker Compose applications, operating Kubernetes, and many AWS and GCP services.</li>

<li><strong>Single-click deployment of any service mesh</strong> - Support of 10 different service meshes to the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>
<li><strong>Single-click deployment of all Kubernetes infrastructure</strong> Support of 250+ different Kubernetes operators, thousands of custom resources at the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.</li>

<li><strong>Detection of Kubernetes environments -</strong> Scan your kubeconfigs and select your current Kubernetes environment. Switch from one environment to another one.</li>
</ul>
Expand Down
6 changes: 2 additions & 4 deletions src/sections/Docker-Meshery/docker-extension-meshery.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ const DockerExtensionMeshery = () => {
/>
</Col>
<Col lg={10}>
<div className="feature-title">Single-click deployment of any service mesh</div> {" "}
<div className="feature-title">Single-click deployment of all Kubernetes infrastructure and many AWS and GCP services.</div> {" "}
<i>
Support of 10 different service meshes to the fingertips
of developers in connection with Docker Desktop’s ability
to deliver Kubernetes locally.
Support of 250+ different Kubernetes operators, thousands of custom resources at the fingertips of developers in connection with Docker Desktop’s ability to deliver Kubernetes locally.
</i>
</Col>
</Row>
Expand Down

0 comments on commit a42ce52

Please sign in to comment.