alexellis / minio-kv

Simple KV HTTP API for Minio / S3 - store JSON documents or binary blobs
MIT License
81 stars 15 forks source link

Add Kubernetes `Deployment` and `Service` #2

Open alexellis opened 5 years ago

alexellis commented 5 years ago

Task

Add Kubernetes Deployment and Service

Basic testing will be needed to show that this works.

Once complete use port-forwarding to show that the service is available and accessible:

kubectl port-forward svc/minio-kv 8080:8080

See the alexellis2/minio-kv:0.1.0 Docker image for the Deployment

olgierdg commented 5 years ago

Hi, I picked it up in PR #7, please see the first attempt along with some comments there.