3 simple steps to install minikube on Azure VM
Step 0 - why If you want to play with K8S MiniKube is the best option. Still, you don't believe that K8S will survive the next few years? And you…
Step 0 - why If you want to play with K8S MiniKube is the best option. Still, you don't believe that K8S will survive the next few years? And you…
Setup Vagrant with Azure is not complicated, but require a lot of steps, especially if you never configure azure using command line Prerequisites First of all we need some tools:…
Prerequisites Install putty Install favorite Linux machine on Azure portal Install and configure Cntlm Enable endpoint In azure portal (old or new one) you need to modify SSH endpoint to…
Provisioning in Vagrant There is a lot of choices when you want to provision your virtual machine with vagrant: 1. Run scripts manually - completely insane idea 2. Run shell…
Prerequisites Windows machine :) Install vagrant form https://www.vagrantup.com/downloads.html Install git with tools (or other ssh.exe client) + add folder to PATH. In powershell just invoke $env:…