You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
This project 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 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:
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
@@ -15,12 +15,18 @@ This project contains Terraform scripts to provision the Microsoft Azure Cloud i
This project helps you to automate the cluster-provisioning phase of SAS Viya deployment. To learn about all phases and options of the
19
-
SAS Viya deployment process, see [Getting Started with SAS Viya and Azure Kubernetes Service](https://go.documentation.sas.com/doc/en/itopscdc/v_015/itopscon/n1d7qc4nfr3s5zn103a1qy0kj4l1.htm) in _SAS Viya Operations_.
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_:
19
+
20
+
1. Provision resources.
21
+
1. Prepare for the deployment.
22
+
1. Customize and deploy SAS Viya.
23
+
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.
20
25
21
26
Once the cloud resources are provisioned, use the [viya4-deployment](https://github.com/sassoftware/viya4-deployment) project to deploy
22
-
SAS Viya 4 in your cloud environment. For more information about SAS Viya 4 requirements and documentation for the deployment
23
-
process, refer to the [SAS® Viya® 4 IT Operations Guide](https://go.documentation.sas.com/doc/en/itopscdc/default/itopswlcm/home.htm).
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_.
29
+
24
30
25
31
## Prerequisites
26
32
@@ -95,6 +101,10 @@ Create and manage the required cloud resources. Perform one of the following ste
95
101
96
102
See the [Troubleshooting](./docs/Troubleshooting.md) page for information about possible issues that you might encounter.
97
103
104
+
## Security
105
+
106
+
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.
107
+
98
108
## Contributing
99
109
100
110
> We welcome your contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for information about how to submit contributions to this project.
0 commit comments