Kubernetes – Install and Test on CentOS8

This is how to install Kubernetes on the Linux machine (CentOS 8) – Master Node + Worker Node

Continue reading “Kubernetes – Install and Test on CentOS8”

Docker – Install on CentOS 8

This tutorial shows how to install Docker on the Linux machine (CentOS 8). CentOS 8 uses DNF (Dandified yum) as a package manager.

Continue reading “Docker – Install on CentOS 8”

[AWS] Serverless

Serverless” is an architecture where an entire infrastructure is managed by a cloud provider, and the resources are dynamically allocated on demand. A cloud provider handles the infrastructure management tasks (such as capacity provision, patching, auto-scaling, and high availability) so that you can focus on writing code.

Continue reading “[AWS] Serverless”