Kubedock Versions Save

Kubedock is a minimal implementation of the docker api that will orchestrate containers on a Kubernetes cluster, rather than running containers locally.

0.12.0

9 months ago
  • added support for providing pod templates
  • fixed container log output when startup fails
  • fixed runas-user label handling
  • improved api compatibility
  • improved exit cleanup

0.11.0

11 months ago
  • create pods directly instead via jobs/deployments (might require rbac changes)
  • introduced limited podman support
  • improved reverse proxy stability
  • improved api compatibility
  • improved naming of deployed resources
  • fixed copy to folder

0.10.0

1 year ago
  • improved reverse proxy stability
  • improved api compatibility

0.9.3

1 year ago
  • connect directly to podip in reverse-proxy
  • check if ports are available in reverse-proxy
  • add support to adjust service account for deployments

0.9.2

1 year ago
  • added imagepullbackoff error handling
  • improved reverse proxy connection handling

0.9.1

1 year ago
  • fix environment variable handling containing = characters
  • add docker labels as k8s labels

0.9.0

1 year ago
  • migrate locking mechanism from configmap to leases
  • reverse-proxy on all interfaces (not localhost)
  • improve container status/wait api compatibility

0.8.2

2 years ago
  • output logs as chunk per log line
  • use configured timeout for init-containers
  • improved overall api compatibility

0.8.1

2 years ago
  • added support for run as user
  • added public ca certificates

0.8.0

2 years ago
  • added support for image pull secrets
  • added support for docker mem and cpu limits
  • improved overall api compatibility