A project containing a simple infrastructure built with kubernetes
There's a client built with React
A server built with Node
A microservice also built with Node
And a database that uses the official image of postgres
In the k8s folder everything is configured properly, just applying the files will do the job
There's also the folders and files in order to run the app locally, it can be ran using the docker-compose file or running each project independently
You can just clone it and run with GKE in google cloud, then you will already have a infra running on google cloud, you will just need to change the client, server and microservice to your needs