k8s.github.io

Managing Application Logs

In this section, we will take a look at managing application logs

Let us start with logging in docker

ld

ld1

Logs - Kubernetes

apiVersion: v1
kind: Pod
metadata:
  name: event-simulator-pod
spec:
  containers:
  - name: event-simulator
    image: kodekloud/event-simulator

logs-k8s

K8s Reference Docs