mmd-afegbua / react-app-k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was my solution to a challege on Andela4.0 Google Africa Scholarship, Cloud Engineering path.
The prject directory contains a sample react-app, packaged into a Dockerfile.

The Dockerfile is to be built into an image, stored og Google Container Register and thereafter, deployed on GKE Clusters.

Requirements:

Active Google Cloud Billing Account

Gcloud CLI or SDK

docker

kubernetes clusters

Available Scripts

docker build image -t gcr.io/[PROJECT-ID]/[IMAGE]

Buillds and package the app into a container image and stores it in container registry
You can run the container on your local machine to test the image
Open https://docs.docker.com/engine/reference/run/ for guide on how to do this

About


Languages

Language:JavaScript 70.5%Language:HTML 19.4%Language:CSS 7.6%Language:Dockerfile 2.5%