From cdd1d04254e52750ef4651e6cc57323e84b4c9f5 Mon Sep 17 00:00:00 2001 From: "Yes Interactive, LLC" Date: Tue, 28 Jan 2020 00:37:51 -0500 Subject: [PATCH] Update readme.md --- readme.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 2c1eae1..0d81451 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,16 @@ -## Dad Jokes Microservice +# Dad Jokes Microservice # +[![GitHub release](https://img.shields.io/github/release/yesinteractive/dad-jokes_microservice.svg)](https://github.com/yesinteractive/dad-jokes_microservice) +![Packagist](https://img.shields.io/packagist/l/fsl/fsl.svg) ![PHP from Packagist](https://img.shields.io/packagist/php-v/fsl/fsl.svg) -Just a sample microservice used for testing Kong API Gateway, Kubernetes K8s, Kuma Service mesh, Istio Service Mesh, etc. +Just a sample microservice used for testing Kong API Gateway, Kubernetes K8s, Docker, Kuma Service mesh, Istio Service Mesh, etc. -### With Docker ### +## Usage ## +### Examples ### -[![GitHub release](https://img.shields.io/github/release/yesinteractive/dad-jokes_microservice.svg)](https://github.com/yesinteractive/dad-jokes_microservice) -![Packagist](https://img.shields.io/packagist/l/fsl/fsl.svg) ![PHP from Packagist](https://img.shields.io/packagist/php-v/fsl/fsl.svg) +See usage examples for Kubernetes, Kong for Kubernetes Ingress Controller, and docker-compose in the [examples directory folder.](https://github.com/yesinteractive/dad-jokes_microservice/blob/master/examples) + +### With Docker ### Docker image is Alpine 3.9 based running on Apache. The containter exposes both ports 80 an 443 with a self signed certificated. If you wish to alter the container configuration, feel free to use the Dockerfile in this repo (https://github.com/yesinteractive/dad-jokes_microservice/blob/master/Dockerfile). Otherwise, you can pull the latest image from DockerHub with the following command: ```