diff --git a/website/docs/getting-started/setup/installation-guides/kubernetes/README.mdx b/website/docs/getting-started/setup/installation-guides/kubernetes/README.mdx index 319a90ed03..e01040f824 100644 --- a/website/docs/getting-started/setup/installation-guides/kubernetes/README.mdx +++ b/website/docs/getting-started/setup/installation-guides/kubernetes/README.mdx @@ -170,5 +170,5 @@ If you are facing issues during deployment, refer to the guide on [troubleshooti - [Configure High Availability and Scalability](/getting-started/setup/installation-guides/kubernetes/configure-high-availability) - [Expose K8s to Internet](/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online) -- [Configure Appsmith instance](/getting-started/setup/instance-configuration#configure-helm-installations) +- [Configure Appsmith instance](/getting-started/setup/instance-configuration/configure-using-environment-variables) - [Manage your Appsmith instance](/getting-started/setup/instance-management) diff --git a/website/docs/getting-started/setup/installation-guides/kubernetes/configure-high-availability.mdx b/website/docs/getting-started/setup/installation-guides/kubernetes/configure-high-availability.mdx index d15ba0f45b..6911dabef4 100644 --- a/website/docs/getting-started/setup/installation-guides/kubernetes/configure-high-availability.mdx +++ b/website/docs/getting-started/setup/installation-guides/kubernetes/configure-high-availability.mdx @@ -40,7 +40,7 @@ Before setting up high availability for Appsmith on AWS EKS, ensure the followin - Amazon Elastic File System (EFS) - Identity and Access Management (IAM) -6. Create a backup of your existing Appsmith instance to safeguard your data. For more information, see [How to back up your Appsmith instance](/getting-started/setup/instance-management/appsmithctl?current-command-type=kubernetes-commands#backup-instance). +6. Create a backup of your existing Appsmith instance to safeguard your data. For more information, see [How to back up your Appsmith instance](/getting-started/setup/instance-management/backup-and-restore/backup-instance?current-command-type=kubernetes-commands). ## Configure high availability diff --git a/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-k8s.md b/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-k8s.md index 298bf79771..62a536e77f 100644 --- a/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-k8s.md +++ b/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-k8s.md @@ -145,7 +145,7 @@ Follow the below steps to install the Helm chart with the old configuration: 2. After installation, verify that the pods are running. Use the below command to verify the new pod created by the Helm chart: :::caution Attention - Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/installation-guides/kubernetes#configure-tls) section. + Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls) section. ::: ```bash diff --git a/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-be-chart.md b/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-be-chart.md index e31a675ecc..0fe19b7ed8 100644 --- a/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-be-chart.md +++ b/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-be-chart.md @@ -129,7 +129,7 @@ To ensure that the Commercial Edition Helm chart runs, you need to make some cha 3. Add the license key and a few other variables related to Keycloak to `applicationConfig` section: :::caution Attention - Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/installation-guides/kubernetes#configure-tls) section. + Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls) section. ::: ```yaml diff --git a/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-helm-chart-v2-ce.md b/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-helm-chart-v2-ce.md index f931db3472..aa1bc740da 100644 --- a/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-helm-chart-v2-ce.md +++ b/website/docs/getting-started/setup/installation-guides/kubernetes/migrate-to-helm-chart-v2-ce.md @@ -87,7 +87,7 @@ It's recommended to install the new Appsmith helm chart in the same namespace. H 3. Run the below command to install Appsmith: :::caution Attention - Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/installation-guides/kubernetes#configure-tls) section. + Ensure that the `APPSMITH_CUSTOM_DOMAIN` environment variable is not set in the `docker.env` file when deploying Appsmith on Kubernetes. To configure the TLS on Kubernetes, see the [Configuring TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls) section. ::: ```bash @@ -114,7 +114,7 @@ kubectl exec -it appsmith-0 -n appsmithctl restore Congratulations, you have successfully migrated to the Appsmith Community Edition Helm chart v2 installation. ## Expose Appsmith -You may choose to expose Appsmith service to internet. For more information, see [Expose K8s to internet](/getting-started/setup/installation-guides/kubernetes#publish-appsmith)? +You may choose to expose Appsmith service to internet. For more information, see [Expose K8s to internet](/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online)? ## Troubleshooting If you face issues, contact the support team using the chat widget at the bottom right of this page. diff --git a/website/docs/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online.mdx b/website/docs/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online.mdx index 40ea28f4f9..ecb89be8cc 100644 --- a/website/docs/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online.mdx +++ b/website/docs/getting-started/setup/installation-guides/kubernetes/publish-appsmith-online.mdx @@ -133,5 +133,5 @@ If you face issues, contact the support team using the chat widget at the bottom ## Further reading * [Configure TLS](/getting-started/setup/instance-configuration/custom-domain/configure-tls) -* [Configure Appsmith instance](/getting-started/setup/instance-configuration#configure-helm-installations) +* [Configure Appsmith instance](/getting-started/setup/instance-configuration/configure-using-environment-variables) * [Manage Appsmith instance](/getting-started/setup/instance-management/) \ No newline at end of file diff --git a/website/docs/getting-started/setup/upgrade-from-community-edition/kubernetes.md b/website/docs/getting-started/setup/upgrade-from-community-edition/kubernetes.md index 6cd1cabc55..f8a187cba0 100644 --- a/website/docs/getting-started/setup/upgrade-from-community-edition/kubernetes.md +++ b/website/docs/getting-started/setup/upgrade-from-community-edition/kubernetes.md @@ -13,7 +13,7 @@ Before upgrading, ensure you have: - Signed up on [customer.appsmith.com](https://customer.appsmith.com/) and generated a trial license key. - At least 2 GB of free storage space for the backup process. - Deployed the latest version of Appsmith. Refer to [Upgrade Appsmith Versions](/getting-started/setup/instance-management/update-appsmith#update-on-kubernetes) to update the version. -- Created a backup of your Appsmith instance. For instructions, see [Backup instance](/getting-started/setup/instance-management/appsmithctl?current-command-type=kubernetes-commands#backup-instance). +- Created a backup of your Appsmith instance. For instructions, see [Backup instance](/getting-started/setup/instance-management/backup-and-restore/backup-instance?current-command-type=kubernetes-commands). ## Upgrade Appsmith installation