Open alexellis opened 5 years ago
Add Kubernetes Deployment and Service
Deployment
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
alexellis2/minio-kv:0.1.0
Hi, I picked it up in PR #7, please see the first attempt along with some comments there.
Task
Add Kubernetes
Deployment
andService
Basic testing will be needed to show that this works.
Once complete use port-forwarding to show that the service is available and accessible:
See the
alexellis2/minio-kv:0.1.0
Docker image for the Deployment