반응형 DevOps2 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. Postgres with docker-compose What is docker compose file? Docker compose file allows us to predefined images name and their properties to be pulled from the docker registry and run locally. In order to pull a docker image using the docker-compose file, we need to install the docker desktop on the local machine to use the docker command and view all the pulled images. Docker desktop download: https://docs.docker.com/desktop/.. 2023. 7. 23. 이전 1 다음 반응형