InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by autoscaling in OpenShift? |
|
Answer» Autoscaling is an OpenShift feature that ALLOWS deployed applications to scale and sink as needed based on CERTAIN parameters. Autoscaling is also known as pod autoscaling in the OpenShift application. The following are the two types of application scalability.
There are two ways to enable the scaling capability in OpenShift.
|
|