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
Month: December 2018
The certbot ssl certificate is valid only for 90 days. We might have to keep renewing it. We will get an email update about expiring certificates. If you have set up cloudfare for your website, make sure the dns is pass through. This is required while the renewal process goes on. Renewal typically take some […]
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 […]