https://github.com/githubfoam/multipass-k3s-travisci
multipass k3s kubernetes
https://github.com/githubfoam/multipass-k3s-travisci
k3s kubernetes multi-arch multi-os multipass pipeline
Last synced: 3 months ago
JSON representation
multipass k3s kubernetes
- Host: GitHub
- URL: https://github.com/githubfoam/multipass-k3s-travisci
- Owner: githubfoam
- License: gpl-3.0
- Created: 2020-06-07T00:40:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T18:01:21.000Z (about 5 years ago)
- Last Synced: 2025-02-05T07:49:37.092Z (5 months ago)
- Topics: k3s, kubernetes, multi-arch, multi-os, multipass, pipeline
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multipass-k3s-travisci
multipass k3s kubernetesTravis (.com) branch:
[](https://travis-ci.com/githubfoam/multipass-k3s-travisci)AMD64 (one master + 6 nodes)
~~~~
$ sudo multipass exec node1 sudo kubectl get nodesNAME STATUS ROLES AGE VERSION
node1 Ready master 5m52s v1.18.3+k3s1
node2 Ready 4m45s v1.18.3+k3s1
node3 Ready 3m50s v1.18.3+k3s1
node4 Ready 2m56s v1.18.3+k3s1
node5 Ready 2m3s v1.18.3+k3s1
node6 Ready 64s v1.18.3+k3s1
node7 Ready 6s v1.18.3+k3s1
~~~~~~~~
Using libvirt in Multipass
https://multipass.run/docs/using-libvirtInstalling Multipass for Windows
https://multipass.run/docs/installing-on-windowsInstalling Multipass on macOS
https://multipass.run/docs/installing-on-macosInstalling Multipass on Linux
https://multipass.run/docs/installing-on-linux
Using VirtualBox in Multipass on macOShttps://multipass.run/docs/using-virtualbox-in-multipass-macos
Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations.
https://cloudinit.readthedocs.io/en/latest/Kubernetes storage
https://openebs.ioOpenZFS on Linux and FreeBSD
https://github.com/openzfs/zfsNative ZFS on Linux
https://zfsonlinux.org/https://k3s.io/
https://github.com/rancher/k3s
macOS Version
The default backend on macOS is hyperkit, wrapping Apple’s Hypervisor.framework
You need macOS Yosemite, version 10.10.3 or later installed on a 2010 or newer Mac
https://docs.travis-ci.com/user/reference/osx/#macos-version
~~~~