Skip to content

Instantly share code, notes, and snippets.

View Graha's full-sized avatar

Giragadurai Vallirajan Graha

View GitHub Profile
@Graha
Graha / Vagrantfile.k8sc
Last active September 5, 2019 20:46
Kubernetes on Ubuntu 18.04 with Vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
servers = [
{
:name => "kc01-master",
:type => "master",
:box => "ubuntu/bionic64",
:box_version => "20190801.1.0",
:eth1 => "192.168.200.10",