Tagged kubernetes
1 write-up.
Reimplementing Enough of Kubernetes to Fool kubectl
Reimplementing enough of the Kubernetes API that the real kubectl can't tell the difference. The surprise wasn't the resource schemas; it was that kubectl delegates its own output formatting to the server, and that a Quantity sent as a plain string decodes as zero on the client rather than erroring.