Skip to content

Commit fa8755b

Browse files
committed
Merge branch 'staging' of github.com:sassoftware/viya4-iac-azure into IAC-697
2 parents a6248aa + 192b628 commit fa8755b

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

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:
66

77
>- Azure resource group(s): primary resource group and AKS resource group
88
>- 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
1515
1616
[<img src="./docs/images/viya4-iac-azure-diag.png" alt="Architecture Diagram" width="750"/>](./docs/images/viya4-iac-azure-diag.png?raw=true)
1717

18-
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&reg; Viya&reg; 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.
2025

2126
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&reg; Viya&reg; 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+
2430

2531
This project follows the [SemVer](https://semver.org/#summary) versioning scheme. Given a version number MAJOR.MINOR.PATCH, we increment the:
2632

@@ -103,6 +109,10 @@ Create and manage the required cloud resources. Perform one of the following ste
103109

104110
See the [Troubleshooting](./docs/Troubleshooting.md) page for information about possible issues that you might encounter.
105111

112+
## Security
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.
115+
106116
## Contributing
107117

108118
> We welcome your contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for information about how to submit contributions to this project.

0 commit comments

Comments
 (0)