Author: Giovanni Ruggiero giovanni.ruggiero+github@gmail.com
Version: 0.1
kubernetes-tramp.el
offers a TRAMP method for Docker containers deployed in a Kubernetes cluster.
NOTE:
kubernetes-tramp.el
relies on thekubectl exec
command. Tested with version 1.7.3
This project is just a minor adaptation of docker-tramp.el to allow connections through kubernetes client.
All the merits should go to Mario Rodas while the errors are just mine.
Offers the TRAMP method kubectl
to access running containers
C-x C-f /kubectl:container:/path/to/file
where
container is the name of the container
At the moment this tool takes for granted that the kubectl
client is already correctly configured.
It's not possible to pass the configuration file (or others options) to the client as a command line parameter.
Converted from kubernetes-tramp.el
by el2markdown.