This application intentionally demonstrates INSECURE service-to-service communication.
Traffic between services is transmitted over plain HTTP without encryption. Any network observer can intercept and read the data.
kubectl apply -f k8s/debug-pod.yamlkubectl exec -it network-sniffer -- tcpdump -i any -A 'tcp port 8080' -s 0Click the button below to fetch sensitive data from the receiver service over unencrypted HTTP: