Deploy our pods(containers), using deployments 2. Expose pod using service 3. Setup ingress 4. Access Application 5. Run nginx with the config below: Point everything to 192.168.99.100 Now you can access the service from inside the network at in http://{machine-ip}:8888
Tag: k8s
Assuming you have a working minikube & kubectl set up. If you need help with that, take a look here. Setup: My minikube was running in a separate desktop. I wanted to access the dashboard on my macbook pro browser. First start the minikube proxy by running the command The previous command exposes the dashboard […]