A brief introduction to Redis
We look at Redis, what it is, what we can use it for and how to run different commands against a Redis instance.
We solve the day 4 challenges for the Advent of Code.
Mastering Kubernetes: Building a Cluster from Scratch Step-by-Step Setup jumpbox environment We start with installing some packages required for the setup process. wget and curl to fetch packages, vim to change configuration files, openssl for all the certificates we are required to create. Last but not least the git command to download the repository with…
We look into the next long time supported version of Java, the latest revision 23 contains improvements in speed, simplicity and …
We build Glibc in our new system, configure the timezone variables, set the correct time and look into the installation and configuration of locales.
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.
Shutting down a java application gracefully is required to handle java scaling in kubernetes. Shutdown is handled via a hook in java and I’m doing an live coding example where I add code to wait until process is done.