|
2 | 2 |
|
3 | 3 | ## Overview |
4 | 4 |
|
5 | | -This project helps you to automate the cluster-provisioning phase of SAS Viya deployment. It contains Terraform scripts to provision the Microsoft Azure Cloud infrastructure resources that are required to deploy SAS Viya 4 product offerings. Here is a list of resources that this project can create: |
| 5 | +This project helps you to automate the cluster-provisioning phase of SAS Viya platform deployment. It contains Terraform scripts to provision the Microsoft Azure Cloud infrastructure resources that are required to deploy SAS Viya platform product offerings. Here is a list of resources that this project can create: |
6 | 6 |
|
7 | 7 | >- Azure resource group(s): primary resource group and AKS resource group |
8 | 8 | >- Virtual network, network security groups, and network security rules |
9 | 9 | >- Managed Azure Kubernetes Service (AKS) cluster |
10 | 10 | >- System and User AKS Node pools with required Labels and Taints |
11 | | - >- Infrastructure to deploy SAS Viya CAS in SMP or MPP mode |
12 | | - >- Storage options for SAS Viya - NFS Server (Standard) or Azure NetApp Files (HA) |
| 11 | + >- Infrastructure to deploy SAS Viya platform CAS in SMP or MPP mode |
| 12 | + >- Storage options for SAS Viya platform - NFS Server (Standard) or Azure NetApp Files (HA) |
13 | 13 | >- Azure DB for PostgreSQL, optional |
14 | 14 | >- Azure Container Registry, optional |
15 | 15 |
|
16 | 16 | [<img src="./docs/images/viya4-iac-azure-diag.png" alt="Architecture Diagram" width="750"/>](./docs/images/viya4-iac-azure-diag.png?raw=true) |
17 | 17 |
|
18 | | -This project addresses the first of three steps in [Steps for Getting Started in SAS Viya Operations](https://go.documentation.sas.com/doc/en/itopscdc/default/itopscon/n12fgslcw9swbsn10rva4bp0mr2w.htm) in _SAS® Viya® Operations_: |
| 18 | +This project addresses the first of three steps in [Steps for Getting Started](https://go.documentation.sas.com/doc/en/itopscdc/default/itopscon/n12fgslcw9swbsn10rva4bp0mr2w.htm) in _SAS® Viya® Platform Operations_: |
19 | 19 |
|
20 | 20 | 1. Provision resources. |
21 | 21 | 1. Prepare for the deployment. |
22 | | -1. Customize and deploy SAS Viya. |
| 22 | +1. Customize and deploy the SAS Viya platform. |
23 | 23 |
|
24 | 24 | **Note:** The scripts in this project are provided as examples. They do not provide comprehensive configuration. The second and third steps include additional configuration tasks. Some of those tasks (for example, enabling logging and specifying available IP addresses) are essential for a more secure deployment. |
25 | 25 |
|
26 | 26 | Once the cloud resources are provisioned, use the [viya4-deployment](https://github.com/sassoftware/viya4-deployment) project to deploy |
27 | | -SAS Viya 4 in your cloud environment. To learn about all phases and options of the SAS Viya deployment process, see |
28 | | -[Getting Started with SAS Viya and Azure Kubernetes Service](https://go.documentation.sas.com/doc/en/itopscdc/default/itopscon/n1d7qc4nfr3s5zn103a1qy0kj4l1.htm) in _SAS Viya Operations_. |
| 27 | +the SAS Viya platform in your cloud environment. To learn about all phases and options of the SAS Viya platform deployment process, see |
| 28 | +[Getting Started with SAS Viya and Azure Kubernetes Service](https://go.documentation.sas.com/doc/en/itopscdc/default/itopscon/n1d7qc4nfr3s5zn103a1qy0kj4l1.htm) in _SAS Viya Platform Operations_. |
29 | 29 |
|
30 | 30 |
|
31 | 31 | This project follows the [SemVer](https://semver.org/#summary) versioning scheme. Given a version number MAJOR.MINOR.PATCH, we increment the: |
@@ -111,7 +111,7 @@ See the [Troubleshooting](./docs/Troubleshooting.md) page for information about |
111 | 111 |
|
112 | 112 | ## Security |
113 | 113 |
|
114 | | -Additional configuration to harden your cluster environment is supported and encouraged. For example, you can limit cluster access to specified IP addresses. You can also deploy a load balancer or application gateway to mediate data flows between SAS Viya components and the ingress controller. |
| 114 | +Additional configuration to harden your cluster environment is supported and encouraged. For example, you can limit cluster access to specified IP addresses. You can also deploy a load balancer or application gateway to mediate data flows between SAS Viya platform components and the ingress controller. |
115 | 115 |
|
116 | 116 | ## Contributing |
117 | 117 |
|
|
0 commit comments