` Working with kubernetes - how do you create development / debug environment? » Motion design agency graphics studios

Working with kubernetes - how do you create development / debug environment?

Infra is in kubernetes and we have 4 services and 4 teams each is responsible for its service.

We have infrastructure as code.

Are there good tools / ways to allow each developer to be able spin up development environment in timely fashion, easily and without huge costs?

Requirements: ability to spin up production replica to develop / debug locally while still connected to environment that replicates one of ours (production for example).

Minikube seems to slow computers too much and somewhere someone is always having some exotic problems as we're working with linux / mac / windows.

Docker-compose requires separate maintenance as its not easy to set it up as our deployments in the cloud. Its also not that reliable and many devs had issues with it.

submitted by
---
[fixed][/fixed]
jodo