Hey Platform Peeps! I took some time to write up h...
# platform-toolbox
n
Hey Platform Peeps! I took some time to write up how big engineering teams at DoorDash and Uber have adopted acceptance testing/code previews on a shared K8s cluster. This part of a series on testing on Kubernetes (links are in the article). In general the issue these large teams face is a struggle to create a testing environment that bears any semblance to how Staging and Production really work. Once everyone's trying to do the real testing on Staging, it becomes contentions as conflicting commits break staging, killing developer velocity. Both Uber and DoorDash have used request routing to let multiple conflicting services run simultaneously without conflict. I would love to hear your questions about this, as I have more case studies and interviews to write up in the next few weeks. Thanks for taking a look!
a
Thanks @Nočnica Mellifera: I was looking for some usecase around similar nature of requirement I am having currently.
n
I'm glad you liked it! If you have any follow up questions please let me know