stack-orchestrator/stack_orchestrator/deploy/k8s
Prathamesh Musale ff32c4350d Add ip mode to external-services for static IP endpoints
ExternalName services only support DNS names (CNAME records), not
raw IP addresses. Add an ip mode that creates a headless Service +
Endpoints with a static IP, enabling routing to host-network
services like Kind gateway IPs or bare-metal endpoints.

Spec format:
  external-services:
    my-service:
      ip: 172.18.0.1
      port: 8899

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 11:05:07 +00:00
..
helm Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
cluster_info.py Add ip mode to external-services for static IP endpoints 2026-04-02 11:05:07 +00:00
deploy_k8s.py Add ip mode to external-services for static IP endpoints 2026-04-02 11:05:07 +00:00
helpers.py Merge fix/kind-mount-propagation: all local branches unified 2026-04-01 18:26:05 +00:00
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00