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”

[ML] Machine Learning

Machine Learning

  • Modeling (What): the process of creating a model to understand how the collected data interact in an specified environment
  • Trial and Error (How): the process of making guesses about what will happen, measuring the output, and updating the model accordingly
  • Predictions (Why, Goal): making correct predictions with new data
Continue reading “[ML] Machine Learning”