Zelarsoft

Introduction to Kubernetes Components and K8s Architecture

When you have hundreds to thousands of containers serving a lot of microservices, K8s allows you to monitor and manage (orchestrate) all those containers in an easy way allowing fault-tolerance, high availability, disaster recovery, and high performance. There are two ways to interact with the K8s API: 1- UI (Kubernetes dashboard) 2- CLI (Kubectl). These… Continue reading Introduction to Kubernetes Components and K8s Architecture