Code Monkey home page Code Monkey logo

clouddevopscapstone's Introduction

CloudDevopsCapstone

Repo for final capstone project of Cloud Devops Nanodegree from Udacity Implementation of blue/green deveolpment of "Hello World" website in AWS EC2 Instance by means of Jenkins.

Prerequsities:

  • EC2 instance with proper IAM roles
  • Jenkins installed (also Blue Ocean plugin used)
  • Docker installed
  • eksctl installed (aws cli v2 used)

Cluster created by EKSCTL commend which creates cloud formation:

eksctl create cluster
--name capstonecluster
--version 1.16
--region us-west-2
--nodegroup-name standard-workers
--node-type t2.small
--nodes 2
--nodes-min 1
--nodes-max 3

Project created based on guidance from: https://medium.com/@andresaaap/jenkins-pipeline-for-blue-green-deployment-using-aws-eks-kubernetes-docker-7e5d6a401021

clouddevopscapstone's People

Contributors

mplisz avatar dezo2018 avatar

Forkers

engohti

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.