All Posts

A thumbnail image

Exploring OCI Registries: Chapter 2: Install a Public Helm Chart on a Private Kubernetes Cluster

When you wanna install a public helm chart on a private kubernetes cluster… See also How To Pull And Verify Any Public Helm Chart From An OCI Registry

A thumbnail image

Exploring OCI Container Registries: Chapter 1: Pull a Public Image from Kubernetes

Let’s begin with one of the most common use cases of a Container Registry: Pull A Public Container Image Here’s a simple kubernetes cluster. It has access to pull images from the public internet.

A thumbnail image

Docs-as-code Build Pipeline Explained: From Crazy to Consistent

Here’s an example docs-as-code build pipeline. It describes a process for checking and testing documentation written in markdown format. After committing and pushing markdown changes to Github, the pipeline will run.

A thumbnail image

What is Attribute Based Encryption? ABE explained using the 1000 most used English words

Attribute-Based Encryption (ABE) is a way to lock something away using “key”-words. Only people who have the keywords in their key can open the lock. The name of the approach comes from; ‘Attributes’, which are really keywords like those you enter into the search box; and, ‘Encryption’, which hides the thing.