Disable Spring Cloud Kubernetes in local Disable Spring Cloud Kubernetes in local kubernetes kubernetes

Disable Spring Cloud Kubernetes in local


As the documentation says, you can do that by adding:

spring.cloud.kubernetes.enabled=false

that, in turn, could be an environment property that you can enable/disable per environment.