Skip to content

Commit

Permalink
fix(mesh): change install docs
Browse files Browse the repository at this point in the history
The install page didn't really make much sense.
We also always link to the latest version because folks should likely
always install the latest release

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana committed Nov 27, 2024
1 parent 50399db commit 37750c1
Showing 1 changed file with 6 additions and 76 deletions.
82 changes: 6 additions & 76 deletions app/_src/mesh/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,90 +9,20 @@ disable_image_expand: true
seamless experience, {{site.mesh_product_name}} follows the same installation
and configuration procedures as Kuma, but with {{site.mesh_product_name}}-specific binaries.

On this page, you will find access to the official {{site.mesh_product_name}}
distributions that provide a drop-in replacement to Kuma's native binaries, plus
links to cloud marketplace integrations.

**The latest {{site.mesh_product_name}} version is
{{page.kong_latest.version}}.**

{% navtabs %}
{% navtab Containerized %}
**The latest {{site.mesh_product_name}} version is {{page.kong_latest.version}}.**

<div class="docs-grid-install">

<a href="/mesh/{{page.release}}/installation/kubernetes" class="docs-grid-install-block no-description">
<a href="/mesh/latest/quickstart/kubernetes-demo" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/kubernetes-logo.png" alt="Kubernetes" />
<div class="install-text">Kubernetes</div>
</a>

<a href="/mesh/{{page.release}}/installation/helm" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/helm-icon-color.svg" alt="Helm" />
<div class="install-text">Helm</div>
</a>

<a href="/mesh/{{page.release}}/installation/openshift" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/openshift-logo.png" alt="OpenShift" />
<div class="install-text">OpenShift</div>
</a>

<a href="/mesh/{{page.release}}/installation/docker" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/docker.svg" alt="Docker" />
<div class="install-text">Docker</div>
</a>

<a href="/mesh/{{page.release}}/installation/ecs" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/logo-ecs.jpg" alt="Amazon ECS" />
<div class="install-text">Amazon ECS</div>
</a>
</div>

{% endnavtab %}
{% navtab Operating Systems %}

<div class="docs-grid-install">

<a href="/mesh/{{page.release}}/installation/centos" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/centos.gif" alt="CentOS" />
<div class="install-text">CentOS</div>
</a>

<a href="/mesh/{{page.release}}/installation/redhat" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/rhel.jpg" alt="Red Hat" />
<div class="install-text">Red Hat</div>
</a>

<a href="/mesh/{{page.release}}/installation/amazonlinux" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/amazon-linux.png" alt="AWS" />
<div class="install-text">Amazon Linux</div>
</a>

<a href="/mesh/{{page.release}}/installation/debian" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/debian-logo.jpg" alt="Debian" />
<div class="install-text">Debian</div>
</a>

<a href="/mesh/{{page.release}}/installation/ubuntu" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/ubuntu.png" alt="Ubuntu" />
<div class="install-text">Ubuntu</div>
<div class="install-text">Getting started on Kubernetes</div>
</a>

<a href="/mesh/{{page.release}}/installation/macos" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/macos-logo.png" alt="MacOS" />
<div class="install-text">MacOS</div>
<a href="/mesh/latest/quickstart/universal-demo" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/linux-logo.png" alt="Universal" />
<div class="install-text">Getting started on Universal</div>
</a>
{% if_version lte:2.3.x %}
<a href="/mesh/{{page.release}}/installation/windows" class="docs-grid-install-block no-description">
<img class="install-icon" src="/assets/images/icons/third-party/windows-logo.svg" alt="Windows" />
<div class="install-text">Windows</div>
</a>
{% endif_version %}

</div>

{% endnavtab %}
{% endnavtabs %}

## Licensing

Your {{site.mesh_product_name}} license includes an expiration date and the number of data plane proxies you can deploy. If you deploy more proxies than your license allows, you receive a warning.
Expand Down

0 comments on commit 37750c1

Please sign in to comment.