Git Product home page Git Product logo

integration-project's Introduction

Integration project

This is a basic integration project. The main scope is to experiment and learn about container-based apps and containerization.

The main tools used are:

Steps to run it inside Kubernetes:

  • Install Kubectl and Minikube
  • Start the minikube with:
    • Windows 10 with Hyper-V: link minikube start --vm-driver=hyperv --hyperv-virtual-switch="minikube-switch"
    • Other: minikube start
  • Enable metrics: minikube addons enable metrics-server
  • Install Helm
  • Deploy using Helm:
    • helm install --name db -f ./production/mongo-values.yaml stable/mongodb
    • helm install --name app ./production/app-chart/
  • Add an autoscaler: kubectl autoscale deployment app --cpu-percent=30 --max=4
  • Access the app with: minikube service app
  • Access the dashboard with: minikube dashboard

Steps to update the image stored in DockerHub:

  • Transpile the code with Babel: npm run build
  • Build and tag the image locally: docker build -f ./production/Dockerfile -t memignone/basic-node-app:latest .
  • Push it to Docker Hub: docker push memignone/basic-node-app:latest

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.