Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Created January 3, 2018 01:35
Show Gist options
  • Save marsyang1/13e6210027add9ecd44051093a8f1151 to your computer and use it in GitHub Desktop.
Save marsyang1/13e6210027add9ecd44051093a8f1151 to your computer and use it in GitHub Desktop.
ubuntu install k8s
# https://kubernetes.io/docs/getting-started-guides/ubuntu/
# https://conjure-up.io/
# http://www.admintome.com/blog/conjuring-up-kubernetes-on-ubuntu/
# lxc https://help.ubuntu.com/lts/serverguide/lxc.html
sudo snap install lxd -y
sudo usermod -a -G lxd ubuntu
newgrp lxd
/snap/bin/lxd init
sudo snap install conjure-up --classic
# re-login may be required at that point if you just installed snap utility
conjure-up kubernetes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment