rimusz / okteto-terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal

Web-based terminal for Kubernetes development

Deploy a web-based terminal in your Kubernetes cluster.

The pod is already configured with the following tools:

It is also configured with such bash aliases:

    h="helm"
    k="kubectl"
    ke="kubectl exec -it"
    kd="kubectl describe"
    kl="kubectl logs"
    ktp="watch kubectl top pods"
    ktc="watch kubectl top pods --containers"

Deploy it in Okteto Cloud

  1. Login to Okteto Cloud.

  2. Deploy the helm chart:

     helm install terminal -f values.yaml
    

After deploying, go to the Okteto Cloud in your browser and click on the URL. You'll need to confirm your okteto identity to access the terminal. The terminal will have access to everything in your namespace.

About

License:Apache License 2.0


Languages

Language:Mustache 59.0%Language:Dockerfile 26.0%Language:Shell 15.0%