Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ritawatson committed Oct 16, 2023
1 parent e0cbb6d commit 2ed1c92
Show file tree
Hide file tree
Showing 23 changed files with 47 additions and 48 deletions.
4 changes: 1 addition & 3 deletions docs/docs-content/clusters/public-cloud/aws/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ The following prerequisites must be met before deploying a cluster to AWS:

- Access to an AWS cloud account
- Palette integration with AWS account. Review [Add AWS Account](add-aws-accounts.md) for guidance.
- An infrastructure cluster profile for AWS EKS. Review [Create Cluster Profiles](../../../profiles/cluster-profiles/create-cluster-profiles/create-infrastructure-profile.md) for guidance.
- Palette integration with AWS account. Review the [Add AWS Account](add-aws-accounts.md) for guidance.
- An infrastructure cluster profile for AWS EKS. Review the [Create Cluster Profiles](../../../cluster-profiles/task-define-profile.md) for guidance.
- An infrastructure cluster profile for AWS EKS. Review [Create an Infrastructure Profile](../../../profiles/cluster-profiles/create-cluster-profiles/create-infrastructure-profile.md) for guidance.
- An [EC2 Key Pair](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) in the target region.
- Palette creates compute, network, and storage resources in AWS during the provisioning of Kubernetes clusters. Ensure there is sufficient capacity in the preferred AWS region for the creation of the following resources:
- vCPU
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/clusters/public-cloud/azure/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The following steps need to be performed to provision a new cluster:
<br />


1. If you already have a profile to use, go to **Cluster** > **Add a New Cluster** > **Deploy New Cluster** and select an Azure cloud. If you do not have a profile to use, review the [Creating a Cluster Profile](../../../cluster-profiles/task-define-profile.md) page for steps to create one.
1. If you already have a profile to use, go to **Cluster** > **Add a New Cluster** > **Deploy New Cluster** and select an Azure cloud. If you do not have a profile to use, review the [Creating a Cluster Profile](../../../profiles/cluster-profiles/create-cluster-profiles/create-cluster-profiles.md) page for guidance on profile types to create.



Expand Down
3 changes: 2 additions & 1 deletion docs/docs-content/devx/apps/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ tags: ["devx", "app mode", "pde"]
---


Applications are the combination of an [App Profile](../app-profile/app-profile.md) and a [Palette Virtual Cluster](../palette-virtual-clusters/palette-virtual-clusters.md). When you specify an application profile and deploy it to a virtual cluster, you create an application.
Applications are the combination of an [App Profile](../../profiles/app-profiles/create-app-profiles/create-app-profiles.md)
and a [Palette Virtual Cluster](../palette-virtual-clusters/palette-virtual-clusters.md). When you specify an application profile and deploy it to a virtual cluster, you create an application.

Check out the resource links below to learn more about Apps.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/devx/apps/create-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Use the following steps to create and deploy an app to a virtual cluster.

## Prerequisite

- An application profile. Use the guide [Create an App Profile](../app-profile/create-app-profile.md) to learn how to create an app profile.
- An application profile. Use the guide [Create an App Profile](../../profiles/app-profiles/create-app-profiles/create-app-profiles.md) to learn about types of app profiles you can create.


:::info
Expand Down
10 changes: 5 additions & 5 deletions docs/docs-content/devx/apps/deploy-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ In the next screen, assign the following values to the Postgres database.



Take note of the **Output Variables** section. The Postgres service exposes several output variables to help other applications connect with the database. In the next section, you will use these output variables and other output variables that Palette exposes for each service. You can learn more about output variables by reviewing the app profile [output variables](../app-profile/app-profile-macros.md) documentation.
Take note of the **Output Variables** section. The Postgres service exposes several output variables to help other applications connect with the database. In the next section, you will use these output variables and other output variables that Palette exposes for each service. You can learn more about output variables by reviewing the app profile [output variables](../../profiles/app-profiles/app-profile-output-vars.md) documentation.



Expand Down Expand Up @@ -282,7 +282,7 @@ You can learn more about each environment variable's purpose by reviewing the AP

:::info

To learn more about connecting different service layers, refer to the [Service Connectivity](../app-profile/services/connectivity.md) resource.
To learn more about connecting different service layers, refer to the [Service Connectivity](../services/connectivity.md) resource.

:::

Expand Down Expand Up @@ -1190,7 +1190,7 @@ pack {
:::info
All container services expose their service address, Kubernetes hostname, and the exposed service ports as output variables.
You will use output variables frequently when creating app profiles in the future. You can learn more about connecting services by referring to the [Service Connectivity](../app-profile/services/connectivity.md) documentation.
You will use output variables frequently when creating app profiles in the future. You can learn more about connecting services by referring to the [Service Connectivity](../services/connectivity.md documentation.
:::
Expand Down Expand Up @@ -1282,7 +1282,7 @@ To learn more about Palette Dev Engine and its capabilities, check out the refer
- [Palette Modes](../../introduction/palette-modes.md)
- [Spectro Cloud Terraform Provider](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs)
- [App Profiles](../app-profile/app-profile.md)
- [App Services](../app-profile/services/services.md)
- [App Profiles](../../profiles/app-profiles/app-profiles.md)
- [App Services](../services/services.md)
- [Palette Virtual Clusters](../palette-virtual-clusters/palette-virtual-clusters.md)
- [Hello Universe GitHub respository](https://github.com/spectrocloud/hello-universe)
2 changes: 1 addition & 1 deletion docs/docs-content/devx/devx.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You can create and manage lightweight Kubernetes clusters from within Visual Stu
- [Use Cases](enterprise-user.md)


- [App Profiles](app-profile/app-profile.md)
- [App Profiles](../profiles/app-profiles/app-profiles.md)


- [Apps](./apps/apps.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-content/devx/enterprise-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Use the following resource to get started with PDE today.

* Learn about [App Mode versus Cluster Mode](../introduction/palette-modes.md).

* Familiarize yourself with [App Profiles](app-profile/app-profile.md).
* Familiarize yourself with [App Profiles](../profiles/app-profiles/app-profiles.md).

* Review the supported [out-of-the-box-services](app-profile/services/service-listings/service-listings.mdx).
* Review the supported [out-of-the-box-services](../devx/services/service-listings/service-listings.mdx).



Expand Down
4 changes: 2 additions & 2 deletions docs/docs-content/devx/services/db-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ You must allocate storage to the database service based on the available storage
:::caution


By default, cluster groups are configured not to back up the disk storage. This default behavior affects database services because a backup would not include the storage disk. To learn more, refer to [Enable Disk Backup on Virtual Clusters](../../../clusters/cluster-groups/cluster-group-backups.md).
By default, cluster groups are configured not to back up the disk storage. This default behavior affects database services because a backup would not include the storage disk. To learn more, refer to [Enable Disk Backup on Virtual Clusters](../../clusters/cluster-groups/cluster-group-backups.md.

:::

## Version Update

You can make changes to the app profile services, such as version updates, manifest updates, app service additions, and removals. [App Profile Service update](../versioning-app-profile.md#update-an-app-profile)
You can make changes to the app profile services, such as version updates, manifest updates, app service additions, and removals. [App Profile Service update](../../profiles/app-profiles/modify-app-profiles/version-app-profile.md)
will generate an update notification on all the apps created from the app profile. Update notifications include all the changes applied to the profile since the initial creation or the previous update. You can apply the update to the apps individually at any time.

## Output Variables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Palette users can deploy CockroachDB to a virtual cluster by using the following



3. Navigate to the left **Main Menu** and click on **App Profiles** to create a new app profile. Review [Create an App Profile](../../create-app-profile.md) for more information. Provide the following basic information and click **Next**.
3. Navigate to the left **Main Menu** and click on **App Profiles** to create a new app profile. Review [Create an App Profile](../../../profiles/app-profiles/create-app-profiles/create-app-profiles.md). Provide the following basic information and click **Next**.

| Parameter | Description |
|-----------------------------|-----------------|
Expand Down Expand Up @@ -72,7 +72,7 @@ Palette users can deploy CockroachDB to a virtual cluster by using the following
6. Save your changes.


7. Deploy the app profile to a Palette Virtual Cluster. Use the [Deploy a Virtual Cluster](../../../../clusters/palette-virtual-clusters/deploy-virtual-cluster.md#deploy-a-virtual-cluster) guide for additional guidance or check out the [Deploy an Application using Palette Dev Engine](../../../apps/deploy-app.md) tutorial.
7. Deploy the app profile to a Palette Virtual Cluster. Use the [Deploy a Virtual Cluster](../../../clusters/palette-virtual-clusters/deploy-virtual-cluster.md#deploy-a-virtual-cluster) guide for additional guidance or check out the [Deploy an Application using Palette Dev Engine](../../apps/deploy-app.md) tutorial.


### Validate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can use the following steps to learn how to add MongoDB to your app profile.
2. On the right side of the window, click the **User Menu** to expand it and select **Switch to App Mode**.


3. From the **Main Menu** click **App Profiles** to create a new profile. Check out the [Create an App Profile](../../create-app-profile.md) guide to learn how. Provide the following basic information and click **Next**.
3. From the **Main Menu** click **App Profiles** to create a new profile. Check out the [Create an App Profile](../../../profiles/app-profiles/create-app-profiles/create-app-profiles.md) guide to learn about different app profile types and how to create them. Provide the following basic information and click **Next**.

| **Parameter** | **Description** |
|-------------------------|-----------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/devx/services/service-listings/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Use the following steps to add MySQL to an app profile.
2. On the right side of the window, click on the **User Menu**, then select **Switch to App Mode**.


3. Navigate to the left **Main Menu** and click **App Profiles** to create a [new App Profile](../../create-app-profile.md). Provide the following basic information and click **Next**.
3. Navigate to the left **Main Menu** and click **App Profiles** to create a new [app profile](../../../profiles/app-profiles/create-app-profiles/create-app-profiles.md). Provide the following basic information and click **Next**.

| **Parameter** | **Description** |
|-----------------------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can use the following steps to learn how to add Postgres to your app profile
2. On the right side of the window, click the **User Menu** to expand it and select **Switch to App Mode**.


3. Navigate to the left **Main Menu** and click on **App Profiles** to create a [new App Profile](../../create-app-profile.md). Provide the following basic information and click **Next**.
3. Navigate to the left **Main Menu** and click on **App Profiles** to create a new [app profile](../../../profiles/app-profiles/create-app-profiles/create-app-profiles.md). Provide the following basic information and click **Next**.

| **Parameter** | **Description** |
|-------------------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use the following steps to add Redis to an app profile.
2. On the right side of the window, click on the **User Menu** and select **Switch to App Mode**.


3. Navigate to the left **Main Menu** and click on **App Profiles** to create a [new App Profile](../../create-app-profile.md). Provide the following basic information and click **Next**.
3. Navigate to the left **Main Menu** and click on **App Profiles** to create a new [app profile](../../../profiles/app-profiles/create-app-profiles/create-app-profiles.md). Provide the following basic information and click **Next**.

| Parameter | Description |
|-----------------------------|-----------------|
Expand Down
8 changes: 4 additions & 4 deletions docs/docs-content/devx/services/service-listings/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Use the following steps to learn how to deploy Vault to your virtual cluster.



3. Navigate to the left **Main Menu** and click on **App Profiles** to create a [new App Profile](../../create-app-profile.md). Provide the following basic information and click **Next**.
3. Navigate to the left **Main Menu** and click on **App Profiles** to create a new [app profile](../../../profiles/app-profiles/create-app-profiles/create-app-profiles.md). Provide the following basic information and click **Next**.

| Parameter | Description |
|-----------------------------|-----------------|
Expand All @@ -81,7 +81,7 @@ Use the following steps to learn how to deploy Vault to your virtual cluster.
6. Save your changes.


7. Deploy the app profile to a Palette Virtual Cluster. Use the [Deploy a Virtual Cluster](../../../../clusters/palette-virtual-clusters/deploy-virtual-cluster.md) guide for additional guidance or check out the [Deploy an Application using Palette Dev Engine](../../../apps/deploy-app.md) tutorial.
7. Deploy the app profile to a Palette Virtual Cluster. Use the [Deploy a Virtual Cluster](../../../clusters/palette-virtual-clusters/deploy-virtual-cluster.md) guide for additional guidance or check out the [Deploy an Application using Palette Dev Engine](../../apps/deploy-app.md) tutorial.


## Validate
Expand All @@ -106,7 +106,7 @@ You can validate the Vault instance deployed successfully by using the following
6. Click the URL to download the **kubeconfig**.


7. Set up your local kubectl environment to use the **kubeconfig** file you downloaded. Review the [Access Cluster with CLI](../../../../clusters/cluster-management/palette-webctl.md) guide for additional guidance.
7. Set up your local kubectl environment to use the **kubeconfig** file you downloaded. Review the [Access Cluster with CLI](../../../clusters/cluster-management/palette-webctl.md) guide for additional guidance.


8. Export the following environment variables to prepare your environment to interact with Vault.
Expand Down Expand Up @@ -178,7 +178,7 @@ The Vault root token and the unseal keys are stored as a Kubernetes secret insid



5. Set up your local kubectl environment to use the **kubeconfig** file you downloaded. Review the [Access Cluster with CLI](../../../../clusters/cluster-management/palette-webctl.md) guide for additional guidance.
5. Set up your local kubectl environment to use the **kubeconfig** file you downloaded. Review the [Access Cluster with CLI](../../../clusters/cluster-management/palette-webctl.md) guide for additional guidance.


6. You need to get the Vault namespace and application name. Issue the following command to get the unique values.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-content/devx/services/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Palette offers you different types of services to help you model all the depende

## Container Deployment

[Containers](https://www.docker.com/resources/what-container/) are methods of building, packaging, and deploying an application. A container includes the code, run-time, libraries, and all the dependencies required by a containerized workload. Containers are deployed to their target environment. For steps on how to deploy a container in Palette, refer to [Container Deployment](../container-deployment.md).
[Containers](https://www.docker.com/resources/what-container/) are methods of building, packaging, and deploying an application. A container includes the code, run-time, libraries, and all the dependencies required by a containerized workload. Containers are deployed to their target environment. For steps on how to deploy a container in Palette, refer to [Container Deployment](../../profiles/app-profiles/create-app-profiles/container-deployment.md).


## Helm

Palette provides out-of-the-box Helm registries and allows you to add registries. For more information, visit [Palette Helm Registry](../../../registries-and-packs/helm-charts.md).
Palette provides out-of-the-box Helm registries and allows you to add registries. For more information, visit [Palette Helm Registry](../../registries-and-packs/helm-charts.md).


## Manifest
Expand Down
8 changes: 4 additions & 4 deletions docs/docs-content/integrations/frp.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ The VMware dashboard integration supports the following parameters.

## Usage

To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../cluster-profiles/task-define-profile.md) guide to learn more about cluster profile creation.
To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../profiles/cluster-profiles/create-cluster-profiles/create-cluster-profiles.md) guide to learn more about cluster profile creation.

Depending on the type of cluster, the usage guidance varies. Select the tab that corresponds to the kind of cluster you have. Use the following definitions to help you identify the type of cluster.

Expand Down Expand Up @@ -339,7 +339,7 @@ The Kubernetes dashboard integration supports the following parameters.

## Usage

To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../cluster-profiles/task-define-profile.md) guide to learn more about cluster profile creation.
To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../profiles/cluster-profiles/create-cluster-profiles/create-cluster-profiles.md) guide to learn more about cluster profile creation.

Depending on the type of cluster, the usage guidance varies. Select the tab that corresponds to the kind of cluster you have. Use the following definitions to help you identify the type of cluster.

Expand Down Expand Up @@ -455,7 +455,7 @@ The Kubernetes dashboard integration supports the following parameters.

## Usage

To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../cluster-profiles/task-define-profile.md) guide to learn more about cluster profile creation.
To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../profiles/cluster-profiles/create-cluster-profiles/create-cluster-profiles.md) guide to learn more about cluster profile creation.

Depending on the type of cluster, the usage guidance varies. Select the tab that corresponds to the kind of cluster you have. Use the following definitions to help you identify the type of cluster.

Expand Down Expand Up @@ -563,7 +563,7 @@ The Spectro Proxy supports the following parameters.

## Usage

To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../cluster-profiles/task-define-profile.md) guide to learn more about cluster profile creation.
To use this pack, you have to add it to your cluster profile. You can also add the Spectro Proxy pack when you create the cluster profile. Check out the [Create Cluster Profile](../profiles/cluster-profiles/create-cluster-profiles/create-cluster-profiles.md) guide to learn more about cluster profile creation.

Depending on the type of cluster, the usage guidance varies. Select the tab that corresponds to the kind of cluster you have. Use the following definitions to help you identify the type of cluster.

Expand Down
Loading

0 comments on commit 2ed1c92

Please sign in to comment.