diff --git a/README.md b/README.md index eda5eca..47252bf 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ $ npm start Now you'll need to pick a host to deploy it to. +Note: You can connect to KMC elasticsearch from local by `kubectl port-forward` + +``` +$ kubectl port-forward services/heineken-elasticsearch 9200 9200 +``` + ### DIY If you're familiar with deploying node applications, the built-in Remix app server is production-ready.