Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Add curlpod #27

Closed
sgoings opened this issue Nov 12, 2015 · 1 comment
Closed

Add curlpod #27

sgoings opened this issue Nov 12, 2015 · 1 comment

Comments

@sgoings
Copy link
Contributor

sgoings commented Nov 12, 2015

In the Kubernetes documentation they use the following pod definition for being able to manual test services within the cluster with curl/nslookup/etc:

apiVersion: v1
kind: Pod
metadata:
  name: curlpod
spec:
  containers:
  - image: radial/busyboxplus:curl
    command:
      - sleep
      - "3600"
    imagePullPolicy: IfNotPresent
    name: curlcontainer
  restartPolicy: Always

Then you execute:

kubectl exec curlpod -- nslookup nginxsvc

It would be nifty to have this available as a helm chart (would have helped @bacongobbler with testing #25)

@bacongobbler
Copy link
Member

+1

slack pushed a commit to slack/helm-charts that referenced this issue Mar 13, 2016
feat(logger) - adding logger support to the chart
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants