Skip to content

Simple php api that consumes json and returns the data. For testing communication between microservices.

Notifications You must be signed in to change notification settings

a-kinder/consumer

Repository files navigation

#####deploy app in kubernetes:

kubectl apply -f kubernetes/deployment.yaml -f kubernetes/service.yaml

#####run appropriate:curl in kubernetes:

kubectl run curl --image=appropriate/curl:latest --port=80 -- curl http://consumer?data=test

About

Simple php api that consumes json and returns the data. For testing communication between microservices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages