Kubernetes: Host Multi-Container ASP.NET Core app to Single Pod (yogihosting.com)
In this tutorial they host a Multi-Container ASP.NET Core app to a single Pod in Kubernetes. The ASP.NET Core app with 2 containers, and these containers communicate with each other. They will show you how this communication takes place inside the Pod.