Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slach/vagrant-kubernetes
- Owner: Slach
- Created: 2018-12-24T06:04:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T17:03:33.000Z (over 4 years ago)
- Last Synced: 2024-11-16T23:39:39.191Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 troubleshootingUse 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