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

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

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes adding a new configuration property, `default_service_mappings_path`, to specify a default location for the `service_mappings.json` file. This path will be used if no explicit file path is provided via the `-f` flag, defaulting to `~/.config/service-lookup/service_mappings.json`.

Complexity: 2/5
enhancement good first issue

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

Python
#kubernetes#microservices#spring#yaml

AI Summary: This issue proposes to improve the performance of Lens by caching namespace information retrieved from kubeconfigs. Instead of fetching namespaces every time, Lens will store them locally and only re-fetch after a set time or when explicitly requested by the user. This will reduce redundant API calls and speed up operations.

Complexity: 2/5
enhancement good first issue

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

Python
#kubernetes#microservices#spring#yaml

AI Summary: This issue proposes adding a new configuration option to allow users to set 'Lens mode' as the default behavior. This would involve integrating `configparser` with TOML format and introducing a `use_lens_by_default` setting, which would override the need for explicit kubeconfig input when enabled.

Complexity: 2/5
enhancement good first issue

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

Python
#kubernetes#microservices#spring#yaml

AI Summary: This enhancement proposes adding a feature to revert YAML files after they have been modified by a cleanup process. The reversion can be triggered by a new command-line flag or a configuration file setting, ensuring that the original state of the YAML files can be restored.

Complexity: 2/5
enhancement good first issue

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

Python
#kubernetes#microservices#spring#yaml
Improve logging 10 months 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