DEV Community

Discussion on: React, Reactive Microservices, Kubernetes, GraphQL & gRPC - Announcing Appwish - Fullstack Tutorial Series & Opensource Project

Collapse
 
marcus-sa profile image
Marcus S. Abildskov • Edited

You don't have to use Docker Compose as a local dev environment.
When deploying to Kubernetes, you might as well develop directly on it.
Several tools allow you to do this such as Skaffold, Garden & Okteto

Collapse
 
pjeziorowski profile image
Patryk Jeziorowski

I've heard about Skaffold before but never used it, I'll definitely give it a closer look.