Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T16:57:20.000Z (10 months ago)
- Last Synced: 2024-10-04T07:41:42.563Z (about 1 month 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: 9.77 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
[![GitHub main workflow](https://img.shields.io/github/actions/workflow/status/dmotte/vagrant-k3sbox/main.yml?branch=main&logo=github&label=main&style=flat-square)](https://github.com/dmotte/vagrant-k3sbox/actions)
[![Vagrant Cloud](https://img.shields.io/badge/vagrant-dmotte/k3sbox-blue?logo=vagrant&style=flat-square)](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
```