SAS software is packaged as container images that are deployed to a Kubernetes cluster. To automate future software updates and to meet the needs of your environment, SAS provides alternative deployment methods.
|
Method |
Description |
Documentation Notes |
|---|---|---|
|
Use the SAS Viya Platform Deployment Operator (deployment operator) |
A Kubernetes operator is used to automate the deployment process. This method is useful for updating multiple deployments of the same cadence version within the same cluster.
|
The instructions for using the deployment operator are in SAS Viya Platform: Deployment Guide. |
|
Use the sas-orchestration command |
A Docker image, sas-orchestration, is used to automate the deployment process from outside the cluster.
|
The instructions for using the sas-orchestration command are in SAS Viya Platform: Deployment Guide. |
|
Run Kubernetes commands |
The |
The instructions for using the Kubernetes commands are in SAS Viya Platform: Deployment Guide. |
|
Use the SAS Viya 4 Deployment GitHub project |
Ansible code is used to create a baseline in an existing Kubernetes environment for use with the SAS Viya platform, to generate the manifest for the software order, and to deploy the software. Use of this project is not supported for Anthos Clusters on VMware or Red Hat OpenShift. |
To learn more, see the GitHub project: |