A web based console deployed on Kubernetes with prerequisites modules installed and configured. Multi tenant console with restriction of data among the users and temporary storage.
Build the Cloud Console as explained in this link . Once the Console is build and deployed then you can test the pod or console by logging into the pod as following.
kubectl -n <namespace> exec -it <pod> bash
It will prompt for the Username and Password along the with the banner mentioned.
This is basic web based shell build in Python and Javascript using xterm to connect to the cloud console and access the shell from browser. If you already have a custom built web based shell then you can configure your server to reach the cloud console deployed. You can deploy a simple web based cloud console to connect to the console as explained in this link.