Techwriter at work blog.

Living and writing documentation at Documatt, small team of programmers that do write documentation too.


Kubernetes multi-container pod: running command from another containerΒΆ

Multi-container pods is useful and very often underlooked feature. Why?

In Kubernetes, you cannot directly execute a binary from another container in a multi-container pod.

  • By Matt
  • At Draft
  • Tag: kubernetes