Skip to content

Instantly share code, notes, and snippets.

View kamelromdhani's full-sized avatar

kamelromdhani

View GitHub Profile
@kamelromdhani
kamelromdhani / pod.yaml
Created July 23, 2020 13:22 — forked from matthewpalmer/pod.yaml
Example Kubernetes pod for the multi-container sidecar design pattern
# Example YAML configuration for the sidecar pattern.
# It defines a main application container which writes
# the current date to a log file every five seconds.
# The sidecar container is nginx serving that log file.
# (In practice, your sidecar is likely to be a log collection
# container that uploads to external storage.)
# To run: