Search⌘ K
AI Features

Kubernetes in the Cloud

Explore the architecture and management of hosted Kubernetes services in the cloud. Understand the division of responsibilities between cloud providers and users, and learn how to use kubectl for deploying and managing applications. This lesson helps you identify popular Kubernetes cloud offerings and prepare for hands-on cluster management.

Hosted Kubernetes

Hosted Kubernetes is a consumption model where a cloud provider rents you a production-grade Kubernetes cluster. If you’re following along on the Civo Cloud, this is a hosted Kubernetes.

The cloud provider builds the cluster, owns the control plane, and is responsible for all of the following:

  • Control plane performance

  • Control plane ...