Skip to content

AWS EKS example cluster configurations using eksctl

Notifications You must be signed in to change notification settings

moodleani/eksctl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eksctl

AWS EKS example cluster configurations using eksctl

#Requirment

  1. Cluster with multi az
  2. Pod networking enabled
  3. Node labelling
  4. Ingress
  5. Serive type loadbalancers
  6. Deploy app with SSL

Others:

  1. Kubernetes dashboard
  2. vault integration
  3. AWS secret integartion
  4. IAM service accounts

Command Referenceeks

Create Cluster:

eksctl create cluster -f eks-spot.yaml

List Cluster:

eksctl get clusters 

Manage Node Groups

ksctl delete nodegroup --cluster eks-spot-cluster ng1-public

eksctl create nodegroup -f eks-spot.yaml

eksctl create nodegroup --config-file=eks-spot.yaml --include='ng-spot' --exclude='ng1-public'

## IAM
aws sts get-caller-identity

mapUsers: |
  - userarn: arn:aws:iam::790307344871:user/scriptcamp
    username: scriptcamp
    groups:
    - system:bootstrappers
    - system:nodes

Kubeconfig:

Update kubeconfig

aws eks update-kubeconfig --region us-west-2 --name eks-spot-cluster

About

AWS EKS example cluster configurations using eksctl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published