How To - SSH Key Generationssh-keygen Ssh-keygen is a tool for creating new authentication key pairs for SSH. Such key pairs are used for automating logins, single sign-on, and for authenticating hosts. 1. Generate a ssh key Open the Terminal app and run $ ssh-keygen Just...Nov 13, 2023·2 min read·7
How To - SonarQubeSonarQube Static Code Scanner & Analyzer for multiple languages Website: https://www.sonarqube.org/ SonarQube Documentation: https://docs.sonarqube.org/latest/ Install SonarQube Launcher brew install sonar-scanner Verify Installed Sonar Scanner Versi...Jan 9, 2021·2 min read·82
How To - Argo CDArgo CD Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD CLI let you manage Argo CD from a remote machine. Website: https://argoproj.github.io Argo CD Documentation: https://argoproj.github.io/argo/ Installing Argo CD...Jan 8, 2021·2 min read·68
How To - KubespyKubespy Website: https://github.com/pulumi/kubespy A open source tool that makes it easy to observe how Kubernetes resources change in real time. Install Kubespy brew install kubespy Verify Installed Kubespy Version kubespy version Kubespy Help kubes...Jan 7, 2021·2 min read·71
How To - GITWebsite: https://git-scm.com GIT Documentation - https://git-scm.com/doc Installing GIT brew install git Verify Installed GIT Version git version Getting Help git help <verb> Show Default Settings git config --list --show-origin Setup Your GIT Identi...Jan 6, 2021·4 min read·29
How To - DiveDive Website: https://github.com/wagoodman/dive A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. Install Dive brew install dive Verify the Installed Dive Version dive version Dive ...Jan 5, 2021·1 min read·32
How To - Lens IDELens IDE Lens is an open source desktop application for Kubernetes that lets you inspect a Kubernetes cluster & its applications and manage them. Website: https://k8slens.dev Lens Documentation: https://docs.k8slens.dev Installing Lens brew install -...Jan 4, 2021·1 min read·40