Skip to content

davidkornel/notepad-demo

Repository files navigation

notepad-demo

Docker

To build your very own docker image type:

docker build -t notepad-demo:latest .

Don't forget to change the image in the deployment file.

Kubernetes

To install notepad deployment, svc and mongo pvc, statefulset, service type the following:

kubernetes apply -f kubernetes/

For monitoring, it is required to install the following prometheus chart:

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm install prometheus prometheus-community/prometheus

To access the web app type:

kubectl get svc -n default notepad-service -o jsonpath='{.status.loadBalancer.ingress[0].ip}'

Navigate to the <output-ip>/note/all page and there you go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published