kubctl exec : how is that audit logged as to who executed what to debug applications running in kubernetes containers? isn't ephimeral containers going to solve something similar ( though still in alpha) ? can we not extend ' kubectl explain pod ir service' to get debugging details from application for more detailed yracing and inspections?
@juanitoMint3 жыл бұрын
As useful as it may seem you can't exec into a crashed pod if your app doesn't start, it would be useful to clarify that, good job on explaining the basics tho
@guillaumeblaquiere3 жыл бұрын
Does it also possible to perform a kubectl exec with Autopilot?