Often cloud providers offering managed Kubernetes clusters speak of the availability of the API servers, and I was wondering what would happen to the workloads if the Kubernetes API servers should not be available for some time?
- Will the workload continue to work and serve traffic anyway?
- Will we be able to scale up our pods ?
Thank you in advance :)