Skip to content

The UI component of the example application for the course "DevOps with Kubernetes"

License

Notifications You must be signed in to change notification settings

bespinian/notification-ui-k8s

Repository files navigation

notification-ui

An app for showing the capabilities of Kubernetes. This is the UI component.

Create a new version

  1. Run a productive webpack build
npm run build:prd
  1. Build a new docker image
docker build --no-cache -t mathiskretz/notification-ui .
  1. Push the docker image to Docker Hub
docker push mathiskretz/notification-ui:latest

Requirements to run

  1. Assumes that there exists an api service named notification-api

Deployment

Use these YAML files.

About

The UI component of the example application for the course "DevOps with Kubernetes"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published