Files
Schulung_Docker_k8s/check_this
nutzer26 8ee05cb88d added
2022-12-16 12:21:57 +01:00

25 lines
711 B
Plaintext

docker run -d --rm \
--name my-distroless gcr.io/distroless/nodejs \
-e 'setTimeout(() => console.log("Done"), 99999999)'
CDEBUG_VERSION=0.0.3
curl -sL -o cdebug_linux_amd64.tar.gz \
https://github.com/iximiuz/cdebug/releases/download/v${CDEBUG_VERSION}/cdebug_linux_amd64.tar.gz
mkdir cdebug
tar xzf cdebug_linux_amd64.tar.gz -C cdebug
sudo cp cdebug/cdebug /usr/local/bin
cdebug exec --privileged -it --image nixery.dev/shell/ps/vim/tshark my-distroless
https://github.com/iximiuz/cdebug
https://github.com/donaldzou/WGDashboard#-install
https://learnk8s.io/troubleshooting-deployments
https://artifacthub.io/
https://github.com/kubernetes/git-sync
https://grpc.io/docs/languages/python/basics/