Runtime Fabric on self-managed Kubernetes
MuleSoft provides the option to set up Runtime Fabric on self-managed Kubernetes (EKS/AKS/GKE). Runtime Fabric on self-managed Kubernetes allows you to deploy and manage Mule applications and API proxies to a Kubernetes cluster that has been created, configured, and managed by you. This option allows you to Bring Your Own Kubernetes (BYOK); MuleSoft will provide Runtime Fabric services, the Mule runtime, and other components required to run the applications. In this section, we are going to discuss how EKS on AWS can be leveraged to run Runtime Fabric. However, before we do that, we need to understand the EKS architecture and its capabilities.
EKS architecture
EKS is a fully managed service from AWS that provides Kubernetes to run workloads and manage the Kubernetes control plane.
Control of EKS is fully managed by AWS, and AWS is responsible for the availability, scalability, fault tolerance, and durability of the Kubernetes control...