ovh/the-bastion

How to manage K8S behind bastion

thomas-aw opened this issue · 1 comments

Hi,

I'm using the bastion and i have a server behind the bastion that manages a K8S cluster. I want to install some helm charts on this cluster but charts are on my local.

How i can use kubectl to communicate with the server behind the bastion ? I saw that the ssh tunnel was not possible with bastion.

Could you help me ?

Many thanks

One way to address this issue is by utilizing Ansible with the the-bastion-ansible-wrapper. This allows you to execute commands, such as helm or kubectl, on your server.