zot24
5/29/2019 - 5:50 PM

Keep container running without a specific task to debug sshing into it

Keep a container running by overwritting their comamnd and args on the deployment manifest

    command: [ "/bin/bash", "-c", "--" ]
    args: [ "while true; do sleep 30; done;" ]