|
|
|
|
|
by btreecat
1611 days ago
|
|
This is something I find exciting! I was looking at our infrastructure and between all the various services, we basically have recreated k8s only more expensive and fragmented and tied explicitly to AWS. On top of that, our local test env is based on docker-compose so it often has issues matching exactly to the deployed env in the cloud once you add all the networking. I've wanted to start moving us to Kubernetes so we can have a much closer env across the board. In order to do this, we would need to support both osx and Linux development, and for this I was investigating minikube but my previous XP with minikube left me not liking that solution long term. I look forward to investigating this tool and seeing the potential in a local development workflow. |
|
https://cameronnemo.gitlab.io/posts/mac-os-containers/