Skip to content

ranrubin/eks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eks

Deployment Process :

graph TD;
  CREATE_VM-->AW_ACCOUNT ;
  CREATE_EKS-->AW_ACCOUNT;
  AW_ACCOUNT-->DEPLOY_SCRIPT;
  DEPLOY_SCRIPT-->K8S_CLIENT;
  DEPLOY_SCRIPT-->HELM_CLIENT;
Loading

#lunch . stack

aws cloudformation deploy --template template.yaml --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%