Multi-container pod in Kubernetes
In K8s, pods are the smallest units that can be deployed, created and managed. A pod can have multiple containers running that are tightly coupled and share the network and storage context. The main pod that runs is the application container, besides...
kubectl-logs-syed.hashnode.dev6 min read