kubernetes-part-4
Init container can be converted to sidecar container using restartpolicy: always
Example of a Sidecar Container
https://github.com/thockin/kubectl-sidecar/blob/main/example.yaml
# This is the identity the Pods will run as.
apiVersion: v1
kind: Ser...
blogs.praduman.site10 min read