HN Reader

NewTopBestAskShowJob
Show HN: K8s clusters on macOS using Apple's containerization framework
score icon1
comment icon0
4 hours agoby willswire
Hey HN!

This is a super early work-in-progress but I wanted to share with larger community to gauge interest.

I’ve forked Apple’s container CLI project and added a new build target for a CLI tool called cluster. You can visit the fork here: https://github.com/willswire/cluster

To get started, just run: make cli

And then: ./bin/cluster create

You will need the upstream container CLI installed and the container system running beforehand.

No comments