https://github.com/dmotte/vagrant-k3sbox
📦 Debian Vagrant box with K3s
https://github.com/dmotte/vagrant-k3sbox
actions ansible automation base box container debian docker github github-actions k3s k8s kubectl kubernetes pod rancher single-node vagrant virtualbox
Last synced: about 2 months ago
JSON representation
📦 Debian Vagrant box with K3s
- Host: GitHub
- URL: https://github.com/dmotte/vagrant-k3sbox
- Owner: dmotte
- License: mit
- Created: 2023-10-07T12:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:33:18.000Z (7 months ago)
- Last Synced: 2025-02-06T12:15:34.603Z (4 months ago)
- Topics: actions, ansible, automation, base, box, container, debian, docker, github, github-actions, k3s, k8s, kubectl, kubernetes, pod, rancher, single-node, vagrant, virtualbox
- Homepage: https://app.vagrantup.com/dmotte/boxes/k3sbox
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-k3sbox
[](https://github.com/dmotte/vagrant-k3sbox/actions)
[](https://app.vagrantup.com/dmotte/boxes/k3sbox):package: **Debian Vagrant box** with **K3s** configured as a **single-node**, installed using the official [Bash script](https://docs.k3s.io/quick-start).
> :package: This box is also on **Vagrant Cloud** as [`dmotte/k3sbox`](https://app.vagrantup.com/dmotte/boxes/k3sbox).
## Usage
See https://github.com/dmotte/misc/blob/main/examples/vagrant-ansible-provisioner for inspiration on how you could use this box.
If you want to [install Helm](https://helm.sh/docs/intro/install/#from-script) inside the VM:
```ruby
config.vm.provision "shell", inline: <<-SHELL
bash <(curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
SHELL
```