All Stories

Install 'ps' command on Alpine Linux

If you are trying to list the processes inside the Alpine Linux and the ps command does not exist then you need to install it. Let’s see how to install ps on Alpine Linux.

In PHP, Jun 11, 2023

Get current Kubernetes namespace

We don’t want to be deploying in another (production most likely) namespace right. So, double check which namespace you are currently using with one of the commands below.

In Kubernetes, Jun 10, 2023

Install PHP 8.1 on Alpine Linux

The default Alpine package manager can offer the php 81 package, so the installation will be quick and easy.

In PHP, Jun 09, 2023

Rollback Kubernetes deployment using Helm

Helm’s rollback feature allows us to revert to a previous rather “safe” state of a certain release. Here’s how to do it.

In Kubernetes, Jun 08, 2023

Node.js 'Unknown runtime version named '16' of nodejs.'

Increasing your node js lambda version and deploying through CodePipeline can throw an error like: Phase context status code: YAML_FILE_ERROR Message: Unknown runtime version named '1...

In Node, Jun 07, 2023

Get current images for a Kubernetes deployment

Another quick nugget that allows you to list and check current images for containers and pods for a Kubernetes deployment.

In Kubernetes, Jun 06, 2023

How to Install PHP 8 on Ubuntu 23.04

Installing PHP 8 on Ubuntu 23.04 can’t be done through ppa:ondrej/php because the repo is not supported on Ubuntu 23.04. The best option is to get PHP 8.1 version which is very simila...

In PHP, Jun 05, 2023

List all releases installed with Helm

Here’s a quick and nice command that lists all releases no matter the state deployed or failed installed with Helm across all namespaces in a K8s cluster.

In Kubernetes, Jun 04, 2023

Terraform 'An argument named allow_classic_link_to_remote_vpc is not expected here.'

As of January 1, 2023, traffic between VPCs in different regions is automatically allowed, regardless of whether the allow_classic_link_to_remote_vpc or allow_vpc_to_remote_classic_li...

In Terraform, Jun 03, 2023

Git error: cannot lock ref ..unable to create..

Since Stack Exchange decided to follow the same path as Reddit in terms of restricting access to the content, I’ll try to share with you as many error “hacky” solutions as possible. H...

In Git, Jun 02, 2023