37 lines
956 B
Plaintext
37 lines
956 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/
|
|
|
|
https://operatorhub.io/
|
|
|
|
https://www.velotio.com/engineering-blog/kubernetes-python-client
|
|
|
|
https://github.com/argoproj
|
|
|