Skip to content

Commit

Permalink
Merge pull request #383 from entando/ENDOC-406
Browse files Browse the repository at this point in the history
ENDOC-405 Add instructions to configure a different storage class to Azure doc
  • Loading branch information
nshaw authored Jan 7, 2022
2 parents 56d730e + b62b752 commit cc5542d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ If you're already comfortable setting up an AKS cluster and installing NGINX, th
19. Select `Create`
20. Wait for your cluster to initialize. This may take a few minutes.

Note: A different storage class can be configured by following [these instructions](../google-cloud-platform/gke-install.md#appendix-a-configuring-clustered-storage).

### Deploy NGINX Ingress Controller

1. Navigate to your cluster by clicking `Go to Resource` from the results page or by the top navigation `Home - Kubernetes service` and clicking on your cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ spec:

2. In App Builder under `Pages → Settings` set `Base URL` to `Static`

### Appendix A: Configuring Clustered Storage
## Appendix A: Configuring Clustered Storage

In order to scale an Entando Application across multiple nodes you must provide a storage class that supports
a `ReadWriteMany` access policy. There are many ways to accomplish this including using dedicated storage providers
Expand All @@ -252,7 +252,7 @@ instances to the same node. This will give you protection if the application ins
you get the most utilization of node resources. However, if the node dies or is shutdown you will have to wait for Kubernetes to reschedule the pods to a different node and your application will be down.
:::

#### Clustered Storage Using GCP Cloud Filestore
### Clustered Storage Using GCP Cloud Filestore
1. In the GCP portal in the left menu find the Storage section and select `Filestore -> Instances`
2. Enable the Filestore if you haven't already
3. Select Create Instance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ If you're already comfortable setting up an AKS cluster and installing NGINX, th
19. Select `Create`
20. Wait for your cluster to initialize. This may take a few minutes.

Note: A different storage class can be configured by following [these instructions](../google-cloud-platform/gke-install.md#appendix-a-configuring-clustered-storage).

### Deploy NGINX Ingress Controller

1. Navigate to your cluster by clicking `Go to Resource` from the results page or by the top navigation `Home - Kubernetes service` and clicking on your cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ spec:

2. In App Builder under `Pages → Settings` set `Base URL` to `Static`

### Appendix A: Configuring Clustered Storage
## Appendix A: Configuring Clustered Storage

In order to scale an Entando Application across multiple nodes you must provide a storage class that supports
a `ReadWriteMany` access policy. There are many ways to accomplish this including using dedicated storage providers
Expand All @@ -252,7 +252,7 @@ instances to the same node. This will give you protection if the application ins
you get the most utilization of node resources. However, if the node dies or is shutdown you will have to wait for Kubernetes to reschedule the pods to a different node and your application will be down.
:::

#### Clustered Storage Using GCP Cloud Filestore
### Clustered Storage Using GCP Cloud Filestore
1. In the GCP portal in the left menu find the Storage section and select `Filestore -> Instances`
2. Enable the Filestore if you haven't already
3. Select Create Instance
Expand Down

0 comments on commit cc5542d

Please sign in to comment.