Skip to content

Commit

Permalink
adding rancher-istio deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoasouza committed Jan 31, 2025
1 parent d09734b commit f565256
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ title: Istio Setup Guides
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/how-to-guides/advanced-user-guides/istio-setup-guide"/>
</head>

:::note

[Rancher-Istio](https://github.com/rancher/charts/tree/release-v2.10/charts/rancher-istio) will be deprecated in upcoming Rancher releases; turn to the [SUSE Rancher Application Collection](https://apps.rancher.io) build of Istio for enhanced security (included in SUSE Rancher Prime subscriptions).

Detailed information can be found in [this announcement](https://forums.rancher.com/t/deprecation-of-rancher-istio/45043/1).

:::

This section describes how to enable Istio and start using it in your projects.

If you use Istio for traffic management, you will need to allow external traffic to the cluster. In that case, you will need to follow all of the steps below.
Expand Down
8 changes: 8 additions & 0 deletions docs/integrations-in-rancher/istio/istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ title: Istio
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher/istio"/>
</head>

:::note

[Rancher-Istio](https://github.com/rancher/charts/tree/release-v2.10/charts/rancher-istio) will be deprecated in upcoming Rancher releases; turn to the [SUSE Rancher Application Collection](https://apps.rancher.io) build of Istio for enhanced security (included in SUSE Rancher Prime subscriptions).

Detailed information can be found in [this announcement](https://forums.rancher.com/t/deprecation-of-rancher-istio/45043/1).

:::

[Istio](https://istio.io/) is an open-source tool that makes it easier for DevOps teams to observe, secure, control, and troubleshoot the traffic within a complex network of microservices.

As a network of microservices changes and grows, the interactions between them can become increasingly difficult to manage and understand. In such a situation, it is useful to have a service mesh as a separate infrastructure layer. Istio's service mesh lets you manipulate traffic between microservices without changing the microservices directly.
Expand Down

0 comments on commit f565256

Please sign in to comment.