How to Build and Push a Container Image

How to Build and Push a Container Image

In this article, I will discuss how to create container images with Docker and Podman. It is important to note that both follow to the OCI Spec

May 28, 2023 · 5 min
Using K3s to create a local Kubernetes environment

Using K3s to create a local Kubernetes environment

K3s is a well-known technology as Lightweight Kubernetes, a certified Kubernetes distribution(CNCF) for IoT and Edge computing

May 19, 2023 · 3 min
Understanding load balancers through practical examples

Understanding load balancers through practical examples

Network device or software that distributes incoming network traffic across multiple servers, services, or endpoints, examples HAProxy and NGINX

March 28, 2023 · 6 min
Unlock NGINX hidden powers with Javascript module (NJS)

Unlock NGINX hidden powers with Javascript module (NJS)

Develop a proxy to handle API calls with validation; the PokeAPI is used to supply some data because everyone loves Pokemon.

October 23, 2022 · 3 min