What is worked:
Steps:
- directly go to server via SSH (behind the JH)
- via SSH to another server
- pull from Artifactory for testing only
- executing HELM chart to pull from artifactory and deploy on k8s WORKS
What I want todo:
Steps:
- run CI/CD
- I already pushed image to artifactory (works)
- execute HELM Charts that already worked similar on remote host, but from pipeline GitLab
What I am confused
- I need bypass JH from GitLab (i can check a host)
- Running helm chart from pipeline to execute on remote host to deploy k8s
What is here best practice if I am on via JH?
- use SSH then execute
- bastion host?