Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 351 Bytes

kubernetes.md

File metadata and controls

17 lines (14 loc) · 351 Bytes

Deploy to Kubernetes (experimental)

Clone and prepare the source code repository

git clone [email protected]:errbit/errbit.git
cd errbit

Create replication controller

kubectl create -f docs/deployment/example/kubernetes/rc.yaml

Create svc

kubectl create -f docs/deployment/example/kubernetes/svc.yaml