Git Product home page Git Product logo

kubernetes-instance-calculator-data's Introduction

k8s data feed

Container based application for K8S Calculator

Prerequirements

  • Docker
  • Docker Compose
  • AWS Cli
  • Google SDK
  • Azure SDK

Setup Credentials

  • AWS Credentials

    aws configure
    
  • GCP Credentials

    gcloud auth login
    
  • Azure Credentials

    az login
    

Build Container

  • Running Docker Compose
    ./run-docker.sh
    -- or --
    docker-compose -f docker/app-compose.yml up -d
    -- or --
    make run

Remove Container

  • Running Docker Compose
    docker-compose -f docker/app-compose.yml down
    -- or --
    make remove

Without Container

  • Go to src folder
    cd src
    
  • Install package libraries
    npm install
    -- or --
    yarn install
    
  • Running All
    npm run all
    
  • Running Spesific Cloud
    npm run aws
    npm run azure
    npm run gcp
    

Running Port

  • Non HTTPS (80) -> 5050
  • HTTPS (443) -> 5051

Tested Environment

Versioning

  • Docker version
    Client:
      Cloud integration: 1.0.17
      Version:           20.10.8
      API version:       1.41
      Go version:        go1.16.6
      Git commit:        3967b7d
      Built:             Fri Jul 30 19:55:20 2021
      OS/Arch:           darwin/amd64
      Context:           default
      Experimental:      true
    
  • Docker-Compose version
    docker-compose version 1.29.2, build 5becea4c
    docker-py version: 5.0.0
    CPython version: 3.9.0
    OpenSSL version: OpenSSL 1.1.1h  22 Sep 2020
    

Copyright

  • Modified: Dwi Fahni Denni (@zeroc0d3)
  • License: MIT

kubernetes-instance-calculator-data's People

Contributors

danielepolencic avatar zeroc0d3 avatar xtidfdenni avatar

Stargazers

 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.