spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Deployer does not return hostname if external IP is not available #426

Closed cppwfs closed 3 years ago

cppwfs commented 3 years ago

When deploying pods to AWS, AWS does not provide an externalIP but rather a hostname. In these cases the deployer needs to return a hostname if the external IP is not available.

This can be observed in the KubernetesAppInstanceStatus:143.