mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #365] How to manage K8S behind bastion #99
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thomas-aw on GitHub (Feb 23, 2023).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/365
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
@Pierrelefort commented on GitHub (Dec 22, 2023):
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.