weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes

Home Page:https://www.weave.works/oss/scope/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a shell in a Kubernetes pod using an ephemeral container

bboreham opened this issue · comments

Currently Scope can open a shell in a container, if the container image contains a shell.

Ephemeral containers is a new feature in Kubernetes, alpha as of 1.16, where you can inject a whole container into a pod for troubleshooting.

If we turned on process namespace sharing it would be close to being in the same container. Not sure what to do about volumes.