docker
CLIBuild, run, and manage containers from the CLI.
Get shell inside running container~97% est.
docker exec -it container_name /bin/shcloud4 recipes
kubectl
CLIKubernetes command-line tool for controlling clusters.
Get shell in running pod~95% est.
kubectl exec -it pod-name -- /bin/bashcloud4 recipes