This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Save this file as toolbox.yml and run | |
# kubectl apply -f toolbox.yml | |
# If edgedelta namespace doesn't exist either change the namespace (at line 11) or create namespace: | |
# kubectl create namespace edgedelta | |
# | |
# kubectl exec -it toolbox -n edgedelta -- /bin/sh | |
# curl -X GET "https://www.google.com" -x <proxy endpoint> | |
apiVersion: v1 | |
kind: Pod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use cmd below to check the mounted log volumes | |
# kubectl exec -it busybox -- /bin/sh | |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: busybox | |
spec: | |
containers: | |
- name: busybox | |
image: docker.io/busybox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: v2 | |
agent_settings: | |
tag: RBC-demo | |
log: | |
level: debug | |
inputs: | |
files: | |
- labels: "errorcheck" |