User Tools

Site Tools


cloud:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cloud:home [2017/03/27 16:51]
djo [Minikube on Windows 10]
cloud:home [2017/04/12 18:55] (current)
djo
Line 3: Line 3:
 Currently this page is a set of random notes about using various cloud providers with/out Docker. Currently this page is a set of random notes about using various cloud providers with/out Docker.
  
 +Here are some notes on [[cloud:why to consider developing on Windows|why to consider developing on Windows]].
  
 ===== Minikube on Windows 10 ===== ===== Minikube on Windows 10 =====
Line 20: Line 21:
 Running the following as Administrator should now set up a Minikube cluster and open the dashboard in your default browser: Running the following as Administrator should now set up a Minikube cluster and open the dashboard in your default browser:
  
-<​code>​+<​code ​bash>
 djo@oregano MINGW64 ~ djo@oregano MINGW64 ~
 $ minikube config get vm-driver $ minikube config get vm-driver
Line 45: Line 46:
 </​code>​ </​code>​
  
 +
 +===== Enabling Ingress in Minikube =====
 +
 +See: https://​medium.com/​@Oskarr3/​setting-up-ingress-on-minikube-6ae825e98f82
 +
 +<code bash>
 +$ minikube addons enable ingress
 +</​code>​
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
cloud/home.1490647905.txt.gz ยท Last modified: 2017/03/27 16:51 by djo