Git Product home page Git Product logo

k3s-lab1's Introduction

k3s-lab1

k3a cluster on AWS that runs simple python app connecting to cloud database. Simply an lab on exploring AWS further after flask1 project.

setup steps

Prepare AWS IAM user

create IAM user on AWS that has full rights to create and manager EC2 instances

There are templates for that while creating user, just select everything with EC2 and Full in name. Do not use your root AWS user and turn on MFA auth for that account!

impersonate IAM user locally by pasting into console

export AWS_ACCESS_KEY_ID="YOUR IAM ACCESS ID"
export AWS_SECRET_ACCESS_KEY="YOUR IAM ACCESS KEY"
export AWS_DEFAULT_REGION="YOUR REGION LIKE eu-central-1"
ACCOUNT_ID=12_digit_id

Do the terraforming

init

This will download aws plugin into .terraform terraform init

take a look at the plan

terraform plan

actually create nodes

terraform apply
terraform show

K3s is running

Terraform has ran commands to start k3s cluster via docker-compose, so we are all set kubectl works from user ec2-user

Done with work? Destroy.

terraform destroy

k3s-lab1's People

Contributors

sigviper avatar

Watchers

 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.