Skip to content

Provision an EKS cluster and related services for aws-hub deployment

Notifications You must be signed in to change notification settings

astronomy-commons/genesis-k8s-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirac-eks

Deployment and Management of Dirac Kubernetes Cluster on AWS

Installation

You will need to have kubectl installed along with eksctl. You can find an install script in each of the directories here to deploy that Kubernetes application.

Note: In the current deployment, each application is assigned to t3.large nodes in our cluster. This is achieved through a node taint and label. We patch each application to have a toleration for the node taint "dirac.washington.edu/instance-name=t3-small:NoSchedule" and apply the nodeSelector "dirac.washington.edu/instance-name: t3-small".

About

Provision an EKS cluster and related services for aws-hub deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages