I am trying to deploy a simply python shiny app. I have a Kubernetes namespace and cluster ready to go, but only have access via the dashboard. my company does not let me operate via a terminal.
How do I connect my repository on GitLab to my cluster?
All tutorials I’ve found use Kubectl and the terminal. I’ve tried making service and deployment yaml files to try uploading them via dashboard but nothing has worked so far