This document discusses logging and monitoring at scale on Kubernetes. It presents options for log handling in Kubernetes including files, transport via network protocols, and the console. It recommends the console for its broad support. It also discusses monitoring architecture with Operators to manage applications similarly to Kubernetes resources and provide lifecycle management. Finally, it proposes unifying metrics, logs, and traces user interfaces as current solutions have limitations and developers must check multiple places for different types of data.