Essential k8s tools for daily work
ktx and kns https://github.com/blendle/kns kubectl in der neusten Version (auch für update) Aliases kubeseal helm istoctl Alternatively create a symlink in /usr/local/bin
ktx and kns https://github.com/blendle/kns kubectl in der neusten Version (auch für update) Aliases kubeseal helm istoctl Alternatively create a symlink in /usr/local/bin
Linking the ssh credentials The ssh key can easily loaded into pagent.exe and very smooth from KeypassXC (automatically when starting). But git is not automatically using it. Therefore we have to set the environment variable to the path of the plink.exe: GIT_SSH=C:\Program Files\PuTTY\plink.exe Freezing git command for new repo Fetching a git repo from command …
For development purposes we currently still need ssh authentication for git. Most of the solutions require to enter the passphrase multiple times. But now there is a better solution, which requires it just when the wsl is starting. First install the keychain to hold the secret sudo apt install keychain Then add the following line …