From daf3498b24d71fcd5859ed5401418b71e6f77c52 Mon Sep 17 00:00:00 2001 From: nonylene Date: Mon, 1 Jan 2024 06:54:14 +0900 Subject: [PATCH] memo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.