How to create a helm package?
Explaining how to create a helm package from an already existing Chart. Also explains the steps to lint the created package.
Explaining how to create a helm package from an already existing Chart. Also explains the steps to lint the created package.
Simple explaination of helm chart creation process, explained with practical example and references to other helpful topics.
Installations steps for helm3 on ubuntu with examples and alternate methods. helm 3 and ubuntu 20.04.3 LTS
Experiments with microk8s, exploring command options to list all namespaces available in an environment using microk8s get all namespaces
Explaining how to print a specific future date corresponding to the current date in bash, or any bash shell such as linux ubuntu or docker.
While vscode does not have a built-in feature to save the terminal outputs to a file, let us explore ways how to save vs code terminal output to a file.
Keyboard shortcut to comment multiple lines in vscode. You will save a lot of time in commenting or uncommenting multiple lines using this shortcut key, instead of adding comments for each line, one by one.
Explaining how to enable copy-paste or clipboard between VirtualBox Ubuntu VM and Windows 10 Host. Tried with Ubuntu 20.04, VirtualBox 6.01
How to install VirtualBox guest additions in Ubuntu 20.04, steps with images for command-line installation of vbox guest addition.
Visual Studio Code Keyboard Shortcuts collection. This list is a comprehensive list of shortcuts which can improve your coding productivity.
Selecting codeblocks vertically in vscode editor.
Explaining how to disable the right side page preview or minimap in vscode.
Keyboard shortcut to delete an entire line in vscode editor.
Keyboard shortcut to duplicate a line in vscode editor.
Exploring several possible ways to set gitbash directories, setting default directory when you open gitbash and by creating aliases.
Create an ubuntu user with home directory from commandline.
How to create a bash alias with arguments, using aliases and functions
How to get the return code of a command in bash. Also listing all reserved exit codes
Explaining how to revert a git commit, with examples.
Exploring steps to add files to git repository and commit them with messages. Finally view the commit logs