August 18, 2023 | 16:51
Looking Under the Hood of a Kubernetes Cluster
This blog was originally featured as a guide in civo cloud community.
Introduction If you’re familiar with Kubernetes, you already know that Kubernetes is a Container Orchestrator. However, if we look closer at its core, one could argue that Kubernetes appears to be more of an API Server for your infrastructure.
In Kubernetes, everything is treated as an API object. All the resources in a Kubernetes cluster, such as pods, services, deployments, and others are represented as API objects.
Read more