Update host:port in YAML service URLs by service name and Kubernetes cluster

kubernetes microservices spring yaml
2 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub
Improve logging about 1 month ago
enhancement good first issue

Update host:port in YAML service URLs by service name and Kubernetes cluster

Python
#kubernetes#microservices#spring#yaml

AI Summary: Enhance the service-lookup utility to support finding URLs in YAML files not only under a dedicated 'url' key but also by matching the service name as a leaf node (e.g., `foo-service-url`). This requires modifying the YAML parsing logic to handle both scenarios.

Complexity: 3/5
enhancement good first issue

Update host:port in YAML service URLs by service name and Kubernetes cluster

Python
#kubernetes#microservices#spring#yaml