Replies: 4 comments
|
How about an aws_ssm and buildah connector as well. |
|
I think SSM is a reasonable place to start. If this looks good, I'll work on integrated Teleport, or docker/podman later. |
|
re: the SSM bit - which mode are you thinking? AWS uses one name for two different things:
the boundary that currently locks everything to SSH is before you start: which SSM mode, and is refactoring |
|
The Session Manager. Yes, I plan on having a new connector to the executor interface. |
Uh oh!
There was an error while loading. Please reload this page.
I'm finding myself less in need of ssh connections nowadays and more in need of a Docker or Kubectl pod connection. Ansible has this capability, at least with Docker. I envision instead of just --local, a --docker, or --kube switch. The kube one would need more info on pod + container to connect with (my use case is kata containers). It'd be great to have something simpler than Ansible for this job. Kubectl has most of the necessities and a plugin system to extend it.
All reactions