in src/elasticotel/distro/resource_detectors.py [0:0]
def _on_k8s(): """Cheap check to detect if we are running inside a Kubernetes pod or not""" return "KUBERNETES_SERVICE_HOST" in os.environ