DevOps

The Basics Of Enabling Pods To Communicate Across Namespaces In Kubernetes

___
Towards AI

--

Introduction

This article will explain what it takes to get pods to communicate across different namespaces in the same K8s cluster.

To make things more concrete, we will attempt to connect a Rasa X deployment in one namespace to its PostgreSQL database in another…

--

--