Can cloudtty enter the debug pod through kubectl debug command
Through the kubectl debug command, start a container dedicated to debugging and attach it to the destination container, so that the debugging container can have more built-in command-line tools for troubleshooting
https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/
Thanks for your idea. Creating an ephemeral containers may be a little faster than creating a job.
But
ephemeral containersrequiresfeature-gateof kubernetes, many cluster will fail and complainephemeral containers are disabled for this cluster- Moreover, providing more utility binaries to debug a pod is not intend of cloudTTY. it will make cloudTTY image bigger.
I'm not sure if I've capture your thought correctly .
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has not seen any activity since it was marked stale. Closing.