Giter Site home page Giter Site logo

int's Introduction

OneClick application

Simple application written in go

Build

There are couple ways to build this application.

  • Build on your local
  • Build on CI/CD

Build on your local

docker build -t app:latest .

Build on CI/CD

This will be controlled by Jenkins server and triggered by commit push in Github.

Test

There are few test cases are in progress

  1. Heathcheck page, /healthcheck, return 200 in any request
  2. Portal page, /home, return 401 in any illegal character that found in path.

Run

Run on local

docker run --name app -p 3000:3000 app:latest

Run on CI/CD

It should be managed by Jenkins pipeline with proper network, storage, and resources control.

docker-compose apply

Infrastructure

Please refer to this repo, Terraform powered Docker Swarm cluster.

Start from separated VPC, Subnet, Internet gateway or NAT gateway to Lambda backup, Docker Swarm, and private docker registry. Grafana, prometheus, and ELK included. Rexray dynamic storage plugin ready.

Appendix

There are couple additional files in this repo.

  1. Dockerfile, build docker image from scratch and have a optimized final image. (1/8 of original image)
  2. Jenkinsfile, demonstrate how to build/deploy and control flow in Jenkins
  3. docker-compose.yaml, define resource requirement in docker swarm cluster

int's People

Contributors

lancekuo avatar

Watchers

James Cloos 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.