Can anyone help me which version of busybox from <http://k8s.io|k8s.io> has curl . . .

Gowtham Chinta:
can anyone help me which version of busybox from http://k8s.io|k8s.io has curl installed in it?

unnivkn:
kubectl apply -f https://k8s.io/examples/application/shell-demo.yaml
kubectl get pod shell-demo
kubectl exec --stdin --tty shell-demo – /bin/bash

apt-get update

curl --version