proxmox

Manage Docker & Kubernetes Remotely with VS Code!

Manage Docker & Kubernetes Remotely with VS Code!

#Manage #Docker #Kubernetes #Remotely #Code

“Jim’s Garage”

VS Code can be used to connect to remote machines over SSH. Moreover, with extensions you can actively manage Docker and Kubernetes clusters, providing granular control over deployments, and providing all of the conveniences and power of a full IDE to edit config files.

@christianlempa video:…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

18 Comments

  1. i've been using vs code for about a month now. it's so convenient it's like a one stop shop to managing your docker containers. i find myself using the terminal for cli and everything else rather than the docker extension but i do use the file explorer a lot tho

  2. Thanks for sharing this video, i've been personally doing something very similar, but with a small difference. Instead of passing the IdentityFile path in the config file, I just run this(below) command from the local machine i want to connect from. This way I dont need to change the config file, or download certificates. Should i need access on a different machine, i can run this command first and then i automatically have access in VSCode.

    ssh-copy-id -i ~/.ssh/id_rsa.pub YOUR_USER_NAME@IP_ADDRESS_OF_THE_SERVER

    This command will ask you for the password of the user once.

  3. thank you for your videos, I have to watch all of them now ufff hahahahaha. Do you have a video about docker containers with a clustered service in kubernetes and load balancing? Anything simple, maybe a mini clustered WordPress? I am so happy to have found your channel!

Leave a Reply