Login
Remember
Register
Ask a Question
What are the features of Kubernetes?
0
votes
asked
May 19, 2023
in
Kubernetes K8s
by
sharadyadav1986
What are the features of Kubernetes?
featureskubernetes
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 19, 2023
by
sharadyadav1986
The features of Kubernetes are as follows:
It provides an automated and advanced scheduler to launch the containers on the cluster
Replacing, rescheduling, and restarting the containers that failed while compilation
It supports rollouts and rollback for the desired state of the containerized application
It can scale up and scale down as per the requirements.
...