Mnemosyne Cheatsheet
The greek god Mnemosyne hint me to write this collection of commands that from time to time slips my memory.
The greek god Mnemosyne hint me to write this collection of commands that from time to time slips my memory.
When handling dozens of different branches in a Git repo, doing a rebase and all the right commands to make a clean push can be a bit challenging. Here are my notes on how rebase and push it with more confidence.
On this exercise, we will deploy an additional Ingress Controller to make application ingress available to the internet.
On this exercise, we will deploy the Operator and setup the Gitlab instance.
On this exercise, we will deploy an application from scratch using Helm Chart.
On this exercise we will go through the issues that I found while trying the example mem-cached operator.
On this exercise1, we will deploy an application, tag and push a new version of the image to the Internal Registry, find where the image is hosted and patch the deployment to use the new image.
A set of PROMQL expressions that has been the most useful for me.
When handlind hundreds of log files for inspection, knowing how to use grep to parse and find the relevant errors saves a lot of time. I usually use grep for that, and in this note, I've saved some awk notes.