EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

[ktd] [Feature] Translate resource requirements to docker-compose #81

Open gchazot opened 3 years ago

gchazot commented 3 years ago

kubetools.yml can specify k8s resource spcifications for docker containers (e.g. container.resources.requests.memory). docker-compose also supports these limits:

There is a case for (optionally?) translating those limits into the development environment: