Giter VIP home page Giter VIP logo

k3os-vagrant's Introduction

k3os on Vagrant

Purpose

For testing and experimentation with k3os in your local environment. Quickly spin up k3os virtual machines using Vagrant and Virtualbox

What is k3os?

k3os is a purpose built OS for Kubernetes, fully managed by Kubernetes. It is developed by Rancher Labs and the open source community.

Super Quick Start

Use the prebuit image provided through Vagrant Cloud by running from the root of this repo (should use the included Vagrantfile)

vagrant up

Then:

vagrant ssh

Quick Start

  1. Build vagrant box image using Packer:
cd packer 
packer build vagrant.json
  1. Import vagrant box image into your local Vagrant install:
vagrant box add packer_virtualbox-iso_virtualbox.box --name k3os
  1. Edit the provided Vagrantfile in the root of this repo to reference the name of your image (in this example k3os)
config.vm.box = "k3os"
  1. From the repo root (might need to cd ../) run:
vagrant up

You can then login to the box using vagrant ssh. See Vagrant Docs for more details on how to use Vagrant

Notes

Folder sync currently not supported. You can also create your own Vagrantfile just note the addition of config.vm.guest = "linux" to tell it Vagrant which OS to expect and
config.vm.synced_folder ".", "/vagrant", disabled: true to disable folder syncing

Questions/Feedback

Send me an email or find me on the Rancher community slack, my username is william

k3os-vagrant's People

Contributors

wjimenez5271 avatar wolcen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.