The Kubernetes API is the most important component of a Kubernetes cluster. Without it, communication with the cluster is not possible, every user and every component of the cluster itself needs the api-server.
Like many other APIs, the Kubernetes API is implemented as a RESTful interface that is exposed over HTTPS. Through the API, a user or service can create, modify, delete or retrieve resources that reside in Kubernetes.
D seems legit
Services and Pods in Kubernetes are:
D. REST objects
In Kubernetes, resources such as Services and Pods are represented as RESTful objects. This means that they can be accessed and manipulated using HTTP methods such as GET, POST, PUT, and DELETE via the Kubernetes API server. While configurations for Kubernetes resources are often written in YAML or JSON format, these formats are used to define the desired state of the objects rather than representing the nature of the objects themselves
should be D. REST objects
https://docs.openshift.com/container-platform/3.11/architecture/core_concepts/pods_and_services.html#:~:text=Like%20pods%2C%20services%20are%20REST%20objects.
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
mc2301
2 months ago377ecc2
6 months, 2 weeks agoJBangura
8 months, 2 weeks agopulsefire
9 months ago