๐จ Introducing kiac(Kubernetes in apple containers)
I just moved to apple containers for my kubernetes clusters.
With apple containers 1.0, each container boots as its own lightweight VM. So I built kiac on top of it, why not?
- every node = a real VM with its own kernel
- kubectl top works out of the box
- type: LoadBalancer gets a real EXTERNAL-IP
- PVCs just bind
- no Docker, no Lima, no QEMU
Command: brew install saiyam1814/tap/kiac
Do try, give a star and show some love by sharing :) issues/contributions are welcome.