joyrex2001 / kubedock

Kubedock is a minimal implementation of the docker api that will orchestrate containers on a Kubernetes cluster, rather than running containers locally.
MIT License
226 stars 33 forks source link

fix: honor hostname setting in containers #95

Closed ErikEngerd closed 2 months ago

ErikEngerd commented 3 months ago
  1. when a hostname is specified, kubedock should also create a service for that hostname
  2. when a hostname is specified, the pod definition now has pod.spec.hostname set to the hostname.
  3. dealing with duplicates in aliases and hostname and also converting the hostname and aliases to lower case