From a64eae4f0e070ae02cfba39b7bb43bde3ef5979b Mon Sep 17 00:00:00 2001 From: bglynn Date: Sun, 25 Feb 2024 14:01:34 -0800 Subject: [PATCH] Replace links to the clusters page with the integrations page. --- .../istio/tutorials/k8s-istio-authorization-policies.mdx | 2 +- docs/features/istio/tutorials/k8s-istio-watcher.mdx | 2 +- docs/features/kafka/tutorials/k8s-kafka-mapping.mdx | 2 +- docs/features/kafka/tutorials/k8s-kafka-mtls-cert-manager.mdx | 2 +- docs/features/kafka/tutorials/k8s-kafka-mtls.mdx | 2 +- .../tutorials/aws-eks-cni-mini.mdx | 2 +- .../tutorials/k8s-network-mapper.mdx | 2 +- .../tutorials/k8s-network-policies.mdx | 2 +- .../tutorials/protect-1-service-network-policies.mdx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/features/istio/tutorials/k8s-istio-authorization-policies.mdx b/docs/features/istio/tutorials/k8s-istio-authorization-policies.mdx index 11f392bf9..6d1fd4c92 100644 --- a/docs/features/istio/tutorials/k8s-istio-authorization-policies.mdx +++ b/docs/features/istio/tutorials/k8s-istio-authorization-policies.mdx @@ -29,7 +29,7 @@ Already have Otterize deployed with Istio configured on your cluster? Skip to th ### 1. Deploy Otterize If you do not have a cluster, we will need to prepare one with [network policy support](/overview/installation#create-a-cluster-with-support-for-network-policies) -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. ### 2. Install and configure Istio diff --git a/docs/features/istio/tutorials/k8s-istio-watcher.mdx b/docs/features/istio/tutorials/k8s-istio-watcher.mdx index 85679169d..42776475a 100644 --- a/docs/features/istio/tutorials/k8s-istio-watcher.mdx +++ b/docs/features/istio/tutorials/k8s-istio-watcher.mdx @@ -21,7 +21,7 @@ In this tutorial, we will: Already have Otterize deployed with Istio configured on your cluster? Skip to the [tutorial](#tutorial). ### 1. Deploy Otterize -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. ### 2. Install and configure Istio diff --git a/docs/features/kafka/tutorials/k8s-kafka-mapping.mdx b/docs/features/kafka/tutorials/k8s-kafka-mapping.mdx index 66721cf2e..efe172184 100644 --- a/docs/features/kafka/tutorials/k8s-kafka-mapping.mdx +++ b/docs/features/kafka/tutorials/k8s-kafka-mapping.mdx @@ -22,7 +22,7 @@ We will **not** be doing any access control in this demo, just purely mapping cl Already have Otterize & a Kafka broker deployed on your cluster? Skip to the [tutorial](#tutorial). ### 1. Deploy Otterize -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. ### 2. Install Kafka diff --git a/docs/features/kafka/tutorials/k8s-kafka-mtls-cert-manager.mdx b/docs/features/kafka/tutorials/k8s-kafka-mtls-cert-manager.mdx index cccb495ac..efa151b36 100644 --- a/docs/features/kafka/tutorials/k8s-kafka-mtls-cert-manager.mdx +++ b/docs/features/kafka/tutorials/k8s-kafka-mtls-cert-manager.mdx @@ -55,7 +55,7 @@ You may have to wait for `cert-manager` to start successfully before you are abl Already have Otterize & a Kafka broker deployed on your cluster? Skip to the [tutorial](#tutorial). #### Deploy Otterize -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. ##### Note: * Under mTLS and Kafka support choose **cert-manager**. diff --git a/docs/features/kafka/tutorials/k8s-kafka-mtls.mdx b/docs/features/kafka/tutorials/k8s-kafka-mtls.mdx index e1fe429a0..785ee6a3c 100644 --- a/docs/features/kafka/tutorials/k8s-kafka-mtls.mdx +++ b/docs/features/kafka/tutorials/k8s-kafka-mtls.mdx @@ -24,7 +24,7 @@ In this tutorial, we will: Already have Otterize & a Kafka broker deployed on your cluster? Skip to the [tutorial](#tutorial). ### 1. Deploy Otterize -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. If you already have a Kubernetes cluster connected, skip this step. ##### Note: * Under mTLS and Kafka support choose **Otterize Cloud**. diff --git a/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx b/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx index 56177fe59..e0858c5b8 100644 --- a/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx +++ b/docs/features/network-mapping-network-policies/tutorials/aws-eks-cni-mini.mdx @@ -81,7 +81,7 @@ Once your AWS EKS has finished deploying the control pane and node group, the ne ### Install Otterize on your cluster -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and create a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and create a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. ### Deploy a server and two clients diff --git a/docs/features/network-mapping-network-policies/tutorials/k8s-network-mapper.mdx b/docs/features/network-mapping-network-policies/tutorials/k8s-network-mapper.mdx index 6a9ef08c2..08b04811f 100644 --- a/docs/features/network-mapping-network-policies/tutorials/k8s-network-mapper.mdx +++ b/docs/features/network-mapping-network-policies/tutorials/k8s-network-mapper.mdx @@ -18,7 +18,7 @@ In this tutorial, we will: ## Prerequisites ### Install Otterize on your cluster -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and create a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and create a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. We will also need the [Otterize CLI](/overview/installation#install-the-otterize-cli). diff --git a/docs/features/network-mapping-network-policies/tutorials/k8s-network-policies.mdx b/docs/features/network-mapping-network-policies/tutorials/k8s-network-policies.mdx index f76bbe470..658fb9cf2 100644 --- a/docs/features/network-mapping-network-policies/tutorials/k8s-network-policies.mdx +++ b/docs/features/network-mapping-network-policies/tutorials/k8s-network-policies.mdx @@ -24,7 +24,7 @@ In this tutorial, we will: ## Prerequisites ### Install Otterize on your cluster -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and associate a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. We will also need the [Otterize CLI](/overview/installation#install-the-otterize-cli). diff --git a/docs/features/network-mapping-network-policies/tutorials/protect-1-service-network-policies.mdx b/docs/features/network-mapping-network-policies/tutorials/protect-1-service-network-policies.mdx index 0587745be..bb3e6ede0 100644 --- a/docs/features/network-mapping-network-policies/tutorials/protect-1-service-network-policies.mdx +++ b/docs/features/network-mapping-network-policies/tutorials/protect-1-service-network-policies.mdx @@ -29,7 +29,7 @@ Note: all the capabilities of IBAC are within Otterize OSS, while the access gra ### Install Otterize on your cluster If you do not have a cluster, we will need to prepare one with [network policy support](/overview/installation#create-a-cluster-with-support-for-network-policies) -To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and create a Kubernetes cluster on the [Clusters page](https://app.otterize.com/clusters), and follow the instructions. +To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and create a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. We will also need the [Otterize CLI](/overview/installation#install-the-otterize-cli).