Better Programming

Advice for programmers.

Follow publication

Member-only story

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Sandeep Madamanchi
Sandeep Madamanchi

Written by Sandeep Madamanchi

Hands-on with Cloud Platform Infrastructure, GCP & AWS Certified, and Supply Chain Domain Expert

Responses (6)

Write a response

Setting up SSH on pods could certainly be a useful solution in some use cases. But I’d like to draw your attention to another, simpler method of starting a shell session on a pod:
Assuming you have access to the pods with kubectl. You can start a…

--

Please don’t do this in production.

--

I don't know if this i s clear for everyone that this is to keep for very specific use cases. You generaly never ssh to a pod but doing a `kubectl exec`

--