Files
Schulung_Docker_k8s/check_this
nutzer26 da34f65b61 added
2022-12-16 14:44:53 +01:00

29 lines
833 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/
git clone https://github.com/scriptcamp/kubernetes-postgresql.git
https://devopscube.com/deploy-postgresql-statefulset/