turbokube
v0.1.0
Published
Container devloops
Downloads
1
Readme
turbokube
Monorepo development to Kubernetes.
Turbokube solves suprisingly hard problems that developers face when approaching the container ecosystem.
Build containers locally
Container builds can have local dependencies
Test locally in a cluster
All of the above can be done without remote infrastructure.
Go to production
Local, transparent and composable: Turbokube facilitates experimentation and learning.
When ready for production, the following is clearly reviewable from an ops perspective:
Image builds are reproducible and can be promoted to production registries.
Kubernetes resource yaml is compatible with Kustomize /
kubectl apply -k
Dependencies are defined
Getting started
- Add
127.0.0.1 turbokube.local
to your hosts file