Kubernetes, also known as K8s, is an open-source container orchestration platform that allows you to automate containerized applications’ deployment, scaling, and management. It follows a client-server architecture with several components that provide a robust and scalable framework for running container applications. The main components of Kubernetes architecture include: 1. Master Node: This is the control…
I found an interesting article about the trends in container runtimes that I want to share with you: https://medium.com/nttlabs/the-internals-and-the-latest-trends-of-container-runtimes-2023-22aa111d7a93 Since you may need a subscription to Medium, I will try to discuss the topic here below. 1. Introduction to containersWhat are containers?Containers are lightweight methods to isolate file systems, CPU resources, memory resources, system permissions,…