Tag : Portfolio

K8s Architecture

The worker nodes communicate with the master node to report the state of the node and the containers running on it, and they receive instructions from the master node on which containers to run and how to manage them. Together, the master and worker nodes work together to manage...

Read More

Introduction to Python

Introduction to Python: Comprehensive Notes Introduction to Python Invented By: Python was created by Guido van Rossum. Year: Python was first released in 1991. Usage: Python is widely used in web development, data science, artificial intelligence, automation, and more. Why Python? Readability: Simple and clean syntax. Community Support: Extensive libraries and frameworks. Versatility: Used in various domains...

Read More
To Top