Skip to content

MovieReview

moviereview is a movie review sample application that shows how ordinary microservice workloads can use traffic management, observability, and security capabilities from Kdubbo Inherent Mesh.

The sample contains several independent services:

  • moviepage: the page entry point.
  • details: the movie details service.
  • reviews: the review service, with v1, v2, and v3 versions.
  • ratings: the rating service.

Deploy the sample:

kubectl apply -f https://raw.githubusercontent.com/apache/dubbo-kubernetes/master/samples/moviereview/deployment.yaml

Check the entry service:

kubectl get svc -n moviereview moviepage

Clean up the sample:

kubectl delete -f https://raw.githubusercontent.com/apache/dubbo-kubernetes/master/samples/moviereview/deployment.yaml --ignore-not-found=true