What is Kubernetes PaaS and how does it differ?
Deploying Kubernetes clusters in different ways felt to engineers like it came in waves. First, there were raw Kubernetes clusters. You’d have to deploy everything manually, ranging from the Control Plane to the Certificate Authority (CA) and everything in between. After that, there were Kubernetes services in the cloud, such as AKS, GKE, and EKS. Now, there are serverless Kubernetes such as GKE AutoPilot and EKS Fargate, which you learned about in the previous chapter.
Another option that stands out, especially in the enterprise, is PaaS-based Kubernetes solutions such as Red Hat’s OpenShift.
In this section, you’re going to learn about why you’d want to use OpenShift, how enterprises are utilizing PaaS-based Kubernetes such as OpenShift, and how to get started with a Dev environment right on your local computer with OpenShift, develop and deploy production-ready OpenShift clusters in major cloud providers...