https://github.com/hellt/scrapligo-pty-demo
https://github.com/hellt/scrapligo-pty-demo
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellt/scrapligo-pty-demo
- Owner: hellt
- Created: 2021-08-17T14:42:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T14:43:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T11:44:47.050Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scrapligo is capable of automating CLI based operations over pseudo terminals. A PTY can be exposed by `ssh` or, for example, `kubectl exec`.
The latter option allows to perform bootstrapping automation for networking devices deployed in remote k8s clusters, when direct network access is not possible.
Read more about this in [this blog post](https://netdevops.me/2021/using-scrapligo-to-with-kubectl-or-docker-exec).