|
|
|
|
|
by techn00
490 days ago
|
|
My ideal k8s dev env (I wonder if any of the tools do this): - local on my machine. - ingress with https + subdomains integrated with mDNS (so I can access the services easily from my phone when developing mobile apps). mDNS also makes sure that other devs can set it up locally for themselves. - easily swap what I'm working on, if I have 3 services A, B, C, while I'm working on A locally, I want B and C to run in the cluster and to be able to interact with them, same if I'm working on B, A and C should run in the cluster. |
|