arifh19 / pingpong-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pingpong App

Tech

Dillinger uses a number of open source projects to work properly:

  • NodeJS - Runtime environment javascript
  • Docker - For Dockerize
  • Kubernetes - For managing containerized workloads and services

Requirement

  • Minikube - is a tool that lets you run Kubernetes locally
$ minikube start

Minikube IP

$ minikube ip

Installation

$ kubectl create -f deploy-app.yml

Endpoint

METHOD ENDPOINT
GET /
GET /health

How to test

$ curl http://minikubeip/
$ curl http://minikubeip/health

Screenshot Output Minikube IP

alt text

Screenshot Output CURL

alt text

Screenshot Minikube Dashboard

alt text alt text alt text

About


Languages

Language:JavaScript 80.7%Language:Dockerfile 15.3%Language:Shell 4.1%