|
|
|
|
|
by raverbashing
1386 days ago
|
|
I think people want to pretend that deployment best practices "don't matter" with k8s but of course they do As a start, see how many people just take the biggest docker image they can find, and install several irrelevant packages to run their service. Don't optimize/limit memory or CPU usage. Don't have a service that follows the 12-factor-app not even at the basic level (like fail fast, etc) |
|