Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 715 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 715 Bytes

Docker Proof of Concept: ReactJS App - Nginx Proxy - k8s

Docker

Tested with

  • docker version 20.10.5
  • docker-compose version 1.28.5

on Debian GNU/Linux 10 (buster)

docker-compose build
docker-compose up -d
# open browser http://localhost/

k8s files

Download kompose. See url

# run this command on the same folder where is docker-compose.yml
kompose convert

Will be created these files: deployment and service files for k8s

poc-nginx-proxy-deployment.yaml
poc-nginx-proxy-service.yaml
poc-reactjs-app-deployment.yaml
poc-reactjs-app-service.yaml