This Cloud Native Web App built with a common stack (Kubernetes, Mongo, Express, Angular and Node.js) is ready to be deployed on a container platform on IBM Cloud .
In order to use the cloud services required to run this app, you can provision the the underlying Cloud Native infrastructure thanks to Terraform by using this repo.
-
Login to ICR
ibmcloud cr login --client podman
-
Build docker image with the architecture platform for ROKS (x86_64)
podman build --platform linux/amd64 . -t de.icr.io/<namespace>/<img-name>:<tag>
-
Push the image to the ICR
podman push de.icr.io/<namespace>/<img-name>:<tag>