Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slach/vagrant-kubernetes

Kubernetes inside Vagrant, coredns, kube-router, bootstrap over kubeadm
https://github.com/slach/vagrant-kubernetes

Last synced: 3 days ago
JSON representation

Kubernetes inside Vagrant, coredns, kube-router, bootstrap over kubeadm

Awesome Lists containing this project

README

        

# vagrant-kubernetes
This box contains installed but not configured following components:
- Ubuntu bionic
- Kubernetes / Kubeadm latest stable version
- cri-o / docker / containerd
- etcd
- come other tools need for troubleshooting

Use following ```Vagrantfile``` for ```containerd``` (IMHO most useful CRI at current time)
```
Vagrant.configure("2") do |config|
config.vm.box = "Slach/kubernetes-containerd"
end
```
you can use other CRI, just follow vagrant boxes from https://app.vagrantup.com/Slach/

Deployment examples which usage this box look here: https://github.com/Slach/k8s-russian.video/Vagrantfile