BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
EyalGonen
Lapis Lazuli | Level 10

Hi experts,

 

Sorry for the novice question... When I deploy SAS Viya to EKS on AWS (as an example) using the SAS CR as my container registry, everything works fine. Then I shut down the EKS cluster and start it once again and I also start all the SAS pods using the "sas-start-all" cronjob. In this case, are the SAS images for all SAS pods downloaded once again from SAS CR or are they cached somewhere in AWS/EKS and no access to SAS CR is required for the pods to start?

 

Thanks,

Eyal

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
When the EKS cluster is stopped the underlying VMs are removed along with the downloaded images, so when starting the cluster you have fresh VMs that must re-download the images.

If you want these images to be stored in AWS instead you would use an AWS container registry (ECR), and use mirror-manager to copy the images from the SAS CR to the AWS ECR, then update your deployment assets to use the mirror registry instead.

Create and Populate a Mirror Registry in Amazon ECR
https://go.documentation.sas.com/doc/en/sasadmincdc/v_047/dplyml0phy0dkr/p0lexw9inr33ofn1tbo69twarhl...

Common Customizations: Using a Mirror Registry
https://go.documentation.sas.com/doc/en/sasadmincdc/v_047/dplyml0phy0dkr/n08u2yg8tdkb4jn18u8zsi6yfv3...
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

1 REPLY 1
gwootton
SAS Super FREQ
When the EKS cluster is stopped the underlying VMs are removed along with the downloaded images, so when starting the cluster you have fresh VMs that must re-download the images.

If you want these images to be stored in AWS instead you would use an AWS container registry (ECR), and use mirror-manager to copy the images from the SAS CR to the AWS ECR, then update your deployment assets to use the mirror registry instead.

Create and Populate a Mirror Registry in Amazon ECR
https://go.documentation.sas.com/doc/en/sasadmincdc/v_047/dplyml0phy0dkr/p0lexw9inr33ofn1tbo69twarhl...

Common Customizations: Using a Mirror Registry
https://go.documentation.sas.com/doc/en/sasadmincdc/v_047/dplyml0phy0dkr/n08u2yg8tdkb4jn18u8zsi6yfv3...
--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 537 views
  • 2 likes
  • 2 in conversation