Sign inSign up

croudtech/k8s-pod-init-container

By croudtech

Updated over 6 years ago

Image
0

402

croudtech/k8s-pod-init-container repository overview

Tools for pod init containers

Tools

wait-for-it.sh

Used to check that other services are running before deploying the main containers.

Usage:

args:
- /bin/sh
- wait-for-it.sh
- -t
- "120"
- "dependency-host.namespace.svc.cluster.local:80"
- --
- echo
- "Dependency is running"

Tag summary

Content type

Image

Digest

Size

5.8 MB

Last updated

over 6 years ago

docker pull croudtech/k8s-pod-init-container