k8s-networking-services/test-client2-pod
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: service-test-client2 | |
spec: | |
restartPolicy: Never | |
containers: | |
- name: test-client2 | |
image: alpine | |
command: ["/bin/sh"] | |
args: ["-c", "echo 'GET / HTTP/1.1\r\n\r\n' | nc service-test 80"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment