Coder Social home page Coder Social logo

productiveanalytics / eks-cluster Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 27.54 MB

Setting AWS EKS cluster using eksctl, kubectl and aws-iam-authenticator

Shell 100.00%
aws kubernetes aws-eks kubec eksctl eks eks-cluster kubernetes-cluster multicloud azure

eks-cluster's Introduction

EKS-cluster

Setting AWS EKS cluster using eksctl, kubectl and aws-iam-authenticatorRefer: https://eksctl.io

YouTube videos :

# Video Topic
1 https://www.youtube.com/watch?v=VMJa0-uJKhE Architecture
2 https://www.youtube.com/watch?v=hUeGe2ArYZg Service types and Networking
3 https://www.youtube.com/watch?v=5VpK61DqBvw Advanced Security & DevOps/GitOps
4 https://www.youtube.com/watch?v=p6xDCz00TxU Quick cluster setup w/ EKSctl (MacOS)

#=== Setup of EKS ctl, Kube ctl and aws-iam-authenticator ===#

Go to the folder

cd ~/opt/EKSctl

Add to PATH

export PATH="~/opt/EKSctl:$PATH"

Download the tarball for EKSctl and unzip to /tmp

curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp

Move the eksctl executable to the location

mv /tmp/eksctl ~/opt/EKSctl/

Confirm the eksctl version

eksctl version

curl -o kubectl https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/kubectl

Access

chmod +x kubectl

curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator

Access

chmod +x aws-iam-authenticator

References:

eks-cluster's People

Contributors

productiveanalytics avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.