Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejaxon/mkube
Just like Kontainer8 but for Mac M1
https://github.com/thejaxon/mkube
ansible kubernetes kubernetes-cluster m1-mac vagrant
Last synced: 11 days ago
JSON representation
Just like Kontainer8 but for Mac M1
- Host: GitHub
- URL: https://github.com/thejaxon/mkube
- Owner: theJaxon
- Created: 2024-01-18T15:33:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T23:19:13.000Z (about 1 month ago)
- Last Synced: 2024-11-20T00:22:44.006Z (about 1 month ago)
- Topics: ansible, kubernetes, kubernetes-cluster, m1-mac, vagrant
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MKube
Just like [Kontainer8](https://github.com/theJaxon/Kontainer8) but for Mac M1---
### Running Vagrant on Mac M1
- Following the gist [Vagrant and VMWare Fusion 13 Player on Apple M1 Pro](https://gist.github.com/sbailliez/2305d831ebcf56094fd432a8717bed93)
- Initially the main limitation was the lack of Boxes that i was able to use, then I found [some other Vagrant boxes by gyptazy](https://app.vagrantup.com/gyptazy), currently for this project the box [gyptazy/ubuntu22.04-arm64](https://app.vagrantup.com/gyptazy/boxes/ubuntu22.04-arm64/versions/1.0.1) is being used---
### Helper Projects
1. [ContainerD](https://containerd.io/) - Container Runtime
2. [Flannel](https://github.com/flannel-io/flannel) - Container Network Interface
3. [Podman](https://podman.io/) - For building container images
4. [NGINX Ingress Controller](https://docs.nginx.com/nginx-ingress-controller/)
5. [Local Path Provisioner](https://github.com/rancher/local-path-provisioner) Dynamic provisioning (Used as default storage class)