Test of prism.js





kubectl debug -it -n MY_NAMESPACE service_a-24ztc \
  --image=mcr.microsoft.com/dotnet/sdk:8.0 --target=service_a --profile=general
Targeting container "service_a". If you don't see processes from this container it may be because the container runtime doesn't support this feature.
Defaulting debug container name to debugger-tdgrs.
If you don't see a command prompt, try pressing enter.
export DOTNET_CLI_HOME="/tmp/DOTNET_CLI_HOME" && \
export PATH="$PATH:/tmp/DOTNET_CLI_HOME/.dotnet/tools" && \
export TMPDIR="/proc/1/root/tmp"
dotnet tool install --global dotnet-dump
dotnet-dump collect -p=1 --type=Full -o /tmp/full.dmp
gzip /proc/1/root/tmp/full.dmp
exit