반응형 DevOps/Kubernetes1 Kubernetes - exposing port [Testing only] Requirement In order to create a Kubernetes cluster locally, we need to install: Minikube: managing Kubernetes cluster on the local machine https://minikube.sigs.k8s.io/docs/start/ Kubectl: command line tools for Kubernetes For Mac: brew install kubectl Exposing port In order to run images locally with Kubernetes, we can expose the image port by the port-forward command: kubectl port-forward pod.. 2023. 7. 23. 이전 1 다음 반응형