Single node k8s in vagrant machine for experiments
Simple dev stack with single-node k8s. Used tools:
Vagrant - a tool that lets you create and configure lightweight, reproducible, and portable development environments in different hypervisors.
Virtualbox - a free and open-source hosted hypervisor for x86 virtualization, developed by Oracle Corporation.
Minikube - a tool that lets you use a Kubernetes cluster locally. It lets you create a single node cluster inside a VM on your laptop.
cd minikube-ministack && vagrant up
. During the launch process, you will be required to enter the root password. After that kubernetes cluster will be raised up using Ansible, and simple nodejs app will be deployed in dev and prod environments.Tasklist: