diff --git a/platform_versioned_docs/version-4.9.0/how-to/exposing-vCluster-platform-with-Istio.mdx b/platform_versioned_docs/version-4.9.0/how-to/exposing-vCluster-platform-with-Istio.mdx index c2becbf4f..90fc34d35 100644 --- a/platform_versioned_docs/version-4.9.0/how-to/exposing-vCluster-platform-with-Istio.mdx +++ b/platform_versioned_docs/version-4.9.0/how-to/exposing-vCluster-platform-with-Istio.mdx @@ -22,7 +22,7 @@ Before exposing the platform with Istio, ensure you have: ## Install Istio {#install-istio} -Install Istio on your platform host cluster: +Install Istio on your platform control plane cluster: ```bash title="Install Istio on your cluster" istioctl install @@ -86,7 +86,7 @@ For more information about setting up TLS certificates, see the [Istio Secure Ga ## Enable Tailscale connectivity {#enable-tailscale-connectivity} -For external virtual clusters or platform agents on connected clusters to communicate with the platform, apply this `EnvoyFilter`: +For external tenant clusters or platform agents on connected clusters to communicate with the platform, apply this `EnvoyFilter`: ```yaml title="Apply EnvoyFilter for Tailscale connectivity" apiVersion: networking.istio.io/v1alpha3 diff --git a/platform_versioned_docs/version-4.9.0/how-to/gitops-end-to-end.mdx b/platform_versioned_docs/version-4.9.0/how-to/gitops-end-to-end.mdx index d47c1ddae..b18f28460 100644 --- a/platform_versioned_docs/version-4.9.0/how-to/gitops-end-to-end.mdx +++ b/platform_versioned_docs/version-4.9.0/how-to/gitops-end-to-end.mdx @@ -2,12 +2,12 @@ title: End-to-end GitOps with ArgoCD sidebar_label: GitOps End-to-End sidebar_position: 1 -description: Complete guide to managing vCluster Platform and virtual clusters with ArgoCD, from platform installation to virtual cluster deployment. +description: Complete guide to managing vCluster Platform and tenant clusters with ArgoCD, from platform installation to tenant cluster deployment. --- import InterpolatedCodeBlock from "@site/src/components/InterpolatedCodeBlock"; -This guide walks through the full lifecycle of managing platform resources with ArgoCD, covering platform installation, cluster connections, project creation, and virtual cluster deployment. Each section references the detailed documentation for that step and provides the ArgoCD-specific configuration needed. +This guide walks through the full lifecycle of managing platform resources with ArgoCD, covering platform installation, cluster connections, project creation, and tenant cluster deployment. Each section references the detailed documentation for that step and provides the ArgoCD-specific configuration needed. :::info While this guide uses ArgoCD as the example, the same principles apply to other GitOps tools like Flux. Each section links to detailed documentation that includes tabs for alternative tooling. @@ -79,9 +79,9 @@ ArgoCD does not deploy the Helm release secret. Platform configuration updates m For the full set of Helm configuration options and alternative installation methods, see the [platform installation with ArgoCD guide](../install/gitops.mdx). -## 2. Connect a host cluster +## 2. Connect a control plane cluster -After the platform is running, connect host clusters where virtual clusters will be deployed. In a GitOps workflow, you can manage connected clusters as Kubernetes resources alongside your platform installation. +After the platform is running, connect control plane clusters where tenant clusters will be deployed. In a GitOps workflow, you can manage connected clusters as Kubernetes resources alongside your platform installation. Each connected cluster requires two resources: a Cluster object and a Secret containing the cluster credentials. @@ -181,7 +181,7 @@ For interactive setup methods using the UI or CLI, see the [connect a cluster gu ## 3. Create a project -Projects organize virtual clusters and control access, templates, and quotas. In a GitOps workflow, define projects as Project custom resources. +Projects organize tenant clusters and control access, templates, and quotas. In a GitOps workflow, define projects as Project custom resources. :::tip -The namespace follows the pattern `loft-p-`. The platform uses this convention to associate virtual clusters with projects. +The namespace follows the pattern `loft-p-`. The platform uses this convention to associate tenant clusters with projects. ::: ### Option B: Deploy with Helm chart directly -Deploy the vCluster Helm chart through an ArgoCD Application. This approach gives you direct control over the Helm release but does not provide platform lifecycle features unless you [register the virtual cluster afterward](../use-platform/virtual-clusters/add-virtual-clusters.mdx). +Deploy the vCluster Helm chart through an ArgoCD Application. This approach gives you direct control over the Helm release but does not provide platform lifecycle features unless you [register the tenant cluster afterward](../use-platform/virtual-clusters/add-virtual-clusters.mdx). Enable Argo CD Integration slider, select either{" "} or - from the dropdown box in the