Container to use for debugging e.g. inside k8s.
1.1K
Container that can be used to deploy in a k8s environment to do basic tests like ping and curl.
k8s statefulset manifest :
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: debug-container
labels:
app: debug-container
spec:
serviceName: debug-container
replicas: 1
selector:
matchLabels:
app: debug-container
template:
metadata:
labels:
app: debug-container
spec:
containers:
- name: debug-container
image: markbenschop/debug-container:0.8.2
The pod will then be deployed as debug-container-0
Content type
Image
Digest
sha256:eb12c7c7d…
Size
140.7 MB
Last updated
over 1 year ago
docker pull markbenschop/debug-container:0.9.1